DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
For the Maven and Ivy fans out there: update your pom's to the following, and everything will be downloaded automatically: <dependency>
| Code Block | ||||
|---|---|---|---|---|
| ||||
<dependency> <groupId>org.apache.wicket</groupId> |
...
<artifactId>wicket</artifactId> |
...
<version>1.3.0-rc1</version> |
...
</dependency> |
Substitute the artifact ID with the projects of your liking to get the other projects.
...