layout: default title: Download Apache Wicket subtitle: Get the most recent version of Wicket in one source package preamble: Wicket is released as a source archive, convenience binaries and through the Maven Central Repository. The most convenient way of getting Wicket is through the Maven dependency management system.

The following releases are supported by the Wicket team.

However, if your application is not on the current branch, you should consider upgrading at your earliest convenience.


Unsupported Releases

The following releases are no longer supported by the Wicket team. You should upgrade your project if it still depends on any of these versions.


Release Archives

The Apache mirroring system only hosts the latest version of each actively supported branch. When you need to download an older release you can find them in the archives.

Go to the Apache archives to find your specific version.


SNAPSHOT Repository

In order to use any SNAPSHOT versions mentioned in each download section of a specific Wicket version you have to configure the SNAPSHOT repository in your pom.xml.

{% highlight xml %} apache.snapshots Apache Development Snapshot Repository https://repository.apache.org/content/repositories/snapshots/ false true {% endhighlight xml %}

Beware that SNAPSHOT versions might be deleted after a while and that you should not use any of them to go live with.