Download jcaptcha-1.0.jar file - Jar j

Jar examples for j:jcaptcha

Description

<b>JCAPTCHA</b>, for <b>J</b>ava <b>C</b>ompletely <b>A</b>utomated <b>P</b>ublic <b>T</b>est to tell <b>C</b>omputers and <b>H</b>umans <b>A</b>part <br/>The open source java framework for captcha definition and integration <br/> A captcha is a simple captcha container that contains a question, a challenge, and a response validation routine.<BR/> A captcha can only be built by a captcha factory that provides methods to build localized captchas.<br/> This jar aims to provide interfaces and implementation of generic and typed captcha and captcha factories.<BR/> It uses the word generator, types sub packages (image and sound) components (word to image, word to sound) to build typed captchas captchas.

You can download jar file jcaptcha 1.0 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

jcaptcha-1.0.jar
jcaptcha-1.0.pom



Related Tutorials