j

jcaptcha

JCAPTCHA, for Java Completely Automated Public Test to tell Computers and Humans Apart
The open source java framework for captcha definition and integration
A captcha is a simple captcha container that contains a question, a challenge, and a response validation routine.
A captcha can only be built by a captcha factory that provides methods to build localized captchas.
This jar aims to provide interfaces and implementation of generic and typed captcha and captcha factories.
It uses the word generator, types sub packages (image and sound) components (word to image, word to sound) to build typed captchas captchas.
Files download
File Operation
jcaptcha-1.0.jar download
jcaptcha-1.0.pom download
Apache Maven
<dependency>
  <groupId>com.octo.captcha</groupId>
  <artifactId>jcaptcha</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.octo.captcha:jcaptcha:1.0'
Gradle Kotlin
implementation("com.octo.captcha:jcaptcha:1.0")
Scala SBT
libraryDependencies += "com.octo.captcha" % "jcaptcha" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.octo.captcha', module='jcaptcha', version='1.0')
)
Apache Ivy
<dependency org="com.octo.captcha" name="jcaptcha" rev="1.0" />
Leiningen
[com.octo.captcha/jcaptcha "1.0"]
Apache Buildr
'com.octo.captcha:jcaptcha:jar:1.0'