Download

The Wicket project is divided into several CVS projects which are built into separate JAR files. These JAR files are available on the download page.

Wicket 1.3

Wicket 1.3 is being developed inside the Apache Wicket project. It is currently in beta, and you can download the latest release from here: You can download the latest 1.3-beta release from our Apache distribution site, found here: Wicket 1.3.0-beta2

If you are looking for Wicket components for other projects, such as Hibernate, JasperReports, or Velocity, please go to Wicket Stuff.

Project Description
wicket The core Wicket API.
wicket-extensions Official reusable components which extend the core.
wicket-examples Examples that demonstrate how to use the core and wicket-extensions
wicket-quickstart Official Wicket package for kickstarting your web application development using Wicket. Contains its own embedded Jetty server so you don't even have to deploy your application to see it running.
wicket-spring Official Wicket package for integrating your Spring business layer into your Wicket pages in a safe, non-intrusive and consistent way.
wicket-auth Wicket security framework, enabling per-component authorization based on roles, building on top of one of the core Wicket principles: simplicity enabling powerful solutions.
wicket-sandbox An area for the Wicket team to share experimental code