http://repo1.maven.org/maven2/org/apache/wicket/wicket-guice/1.3.4/the wicket-guice jar is located in that directory, you probably need this defined for maven to pick it up (or just get it from the directory above manually):
<repository>
<id>maven2</id>
<url>
http://repo1.maven.org/maven2</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
Guice itself can be found here, if you are not using Maven:
http://code.google.com/p/google-guice/
wadi wrote:
One other thing. I don't find the wicket-guice-1.3.4 jar . I'm using netbeans and waned to add the jar but I don't find any place to download from....and maven doesn't seems to download it...