Download click-extras-2.2.0.jar file - Jar c

Jar examples for c:click-extras

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-extras 2.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add click-extras-2.2.0.jar to your project.

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

Download

Click the following link to download the jar file.

click-extras-2.2.0.jar
click-extras-2.2.0.pom



Related Tutorials