Download cage-1.0.jar file - Jar c

Jar examples for c:cage

Description

Cage is a CAPTCHA image generator java library. It is fast, small and simple. Its goal is to generate images that are easy to read for a human but impossible or at least very hard for a computer.

You can download jar file cage 1.0 in this page.

Build File

You can use the following script to add cage-1.0.jar to your project.

<dependency>
   <groupId>com.github.cage</groupId>
   <artifactId>cage</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.github.cage', name: 'cage', version: '1.0'
libraryDependencies += "com.github.cage" % "cage" % "1.0"
<dependency org="com.github.cage" name="cage" rev="1.0"/>
@Grapes(@Grab(group='com.github.cage', module='cage', version='1.0'))
'com.github.cage:cage:jar:1.0'

Download

Click the following link to download the jar file.

cage-1.0-javadoc.jar
cage-1.0-sources.jar
cage-1.0.jar
cage-1.0.pom



Related Tutorials