Jar examples for c:cage
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.
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'
Click the following link to download the jar file.
cage-1.0-javadoc.jar