Downloads
Apache Incubating Releases
Please select a release from the table below. All releases are platform independent.
Pre Apache Releases
Please select a release from the table below. All releases are platform independent.
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 pom.xml -->
<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 pom.xml -->
<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.0.1-incubating</version>
The following artifactId's are available:
-
click
-
click-extras
-
click-mock
-
click-nodeps