Downloads

Apache Releases

Please select a release from the table below. All releases are platform independent.

Package PGP key MD5 Version Release date Status
click-2.1.0.zip pgp md5 2.1.0 2010-02-10 Stable
click-2.1.0-RC1-incubating.zip pgp md5 2.1.0-RC1 2009-06-28 Release Candidate
click-2.0.1-incubating.zip pgp md5 2.0.1 2009-02-15 Stable

Pre Apache Releases

Please select a release from the table below. All releases are platform independent.

Package Version Release date Status
click-1.5.2.zip 1.5.2 2009-05-23 Stable
click-1.5.1.zip 1.5.1 2009-01-23 Stable
click-1.5.zip 1.5 2008-11-02 Stable
click-1.4.2.zip 1.4.2 2008-04-28 Stable
click-1.3.1.zip 1.3.1 2007-06-11 Stable
archives

Note: pre Apache releases are hosted at http://sourceforge.net and is not endorsed by nor affiliated with the Apache Software Foundation.

Maven

Click Maven bundles are also available from the Maven 2 repository http://repo1.maven.org/maven2/org/apache/click/.

To include Click in your project add the following dependency in your pom.xml:

<!-- Specifying the artifactId click will include Click Core in your project -->
<dependency>
    <groupId>org.apache.click</groupId>
    <artifactId>click</artifactId>
    <version>X.X.X</version>
    <scope>compile</scope>
</dependency>

<!-- Specifying the artifactId click-extras will include Click Extras in your project -->
<dependency>
    <groupId>org.apache.click</groupId>
    <artifactId>click-extras</artifactId>
    <version>X.X.X</version>
    <scope>compile</scope>
</dependency>
Specify your Click version in the version tag e.g: <version>2.1.0</version>

The following artifactId's are available: