Download click-extras-2.0.1-incubating.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.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-extras-2.0.1-incubating.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials