Getting Wicket
Apache Wicket 1.34.1 8 is the current stable release.
Download
Latest stable release | (from the Apache Software Foundation) | |
Archived release | (from sourceforge.net, not affiliated with the Apache Software Foundation]) |
We recommend you start with our latest 1.3 4 release. If you are migrating an existing application from Wicket 1.2 3 to 1.34, you may find the migration guide invaluable.
Apache Wicket 1.4.x lines require JDK 1.5 or newer
Apache Wicket 1.3.x lines require JDK 1.4 or newer, although there are some non-core modules which take advantage of JDK 5 features.
The core framework will switch to JDK5 for the next major version (1.4.x or 2.0.x, we haven't decided the numbering scheme quite yet).
Important note about logging dependencies for 1.3.0 and later.
...
Code Block | ||||
---|---|---|---|---|
| ||||
<dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket</artifactId> <version>1.34.1<8</version> </dependency> |
For the SLF4J log4j binding:
...
If you wish to build the latest code from scratch, the two branches live in the following places in Subversion:
- 1.5.x: http://svn.apache.org/repos/asf/wicket/trunk
- 1.4.x: http://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.x
- 1.3.x: http://svn.apache.org/repos/asf/wicket/trunk/branches/wicket-1.3.x
- 1.2.x: http://svn.apache.org/repos/asf/wicket/branches/wicket-1.2.x
...