Download click-2.0.1-incubating.jar file - Jar c

Jar examples for c:click

Description

Apache Click is a modern JEE web application framework, providing a natural rich client style programming model. Apache Click is designed to be very easy to learn and use, with developers getting up and running within a day.

You can download jar file click 2.0.1-incubating in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add click-2.0.1-incubating.jar to your project.

<dependency>
   <groupId>org.apache.click</groupId>
   <artifactId>click</artifactId>
   <version>2.0.1-incubating</version>
</dependency>
compile group: 'org.apache.click', name: 'click', version: '2.0.1-incubating'
libraryDependencies += "org.apache.click" % "click" % "2.0.1-incubating"
<dependency org="org.apache.click" name="click" rev="2.0.1-incubating"/>
@Grapes(@Grab(group='org.apache.click', module='click', version='2.0.1-incubating'))
'org.apache.click:click:jar:2.0.1-incubating'

Download

Click the following link to download the jar file.

click-2.0.1-incubating.jar
click-2.0.1-incubating.pom



Related Tutorials