Download click-nodeps-1.5-RC3.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 1.5-RC3 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

click-nodeps-1.5-RC3.jar
click-nodeps-1.5-RC3.pom



Related Tutorials