Download click-nodeps-2.3.0.jar file - Jar c

Jar examples for c:click-nodeps

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-nodeps 2.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add click-nodeps-2.3.0.jar to your project.

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

Download

Click the following link to download the jar file.

click-nodeps-2.3.0.jar
click-nodeps-2.3.0.pom



Related Tutorials