Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For the Maven and Ivy fans out there: update your pom's to the following, and everything will be downloaded automatically: <dependency>

Code Block
xml
xml
 
<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.

...