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.
http://akiraly.github.com/cage
Files download
File Operation
cage-1.0.jar download
cage-1.0.pom download
cage-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.cage</groupId>
  <artifactId>cage</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.cage:cage:1.0'
Gradle Kotlin
implementation("com.github.cage:cage:1.0")
Scala SBT
libraryDependencies += "com.github.cage" % "cage" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.cage', module='cage', version='1.0')
)
Apache Ivy
<dependency org="com.github.cage" name="cage" rev="1.0" />
Leiningen
[com.github.cage/cage "1.0"]
Apache Buildr
'com.github.cage:cage:jar:1.0'