License |
License |
---|---|
GroupId | GroupIdcom.octo.captcha |
ArtifactId | ArtifactIdjcaptcha |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJCaptcha
<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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jcaptcha-1.0.pom | |
jcaptcha-1.0.jar | 190 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.octo.captcha/jcaptcha/ -->
<dependency>
<groupId>com.octo.captcha</groupId>
<artifactId>jcaptcha</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.octo.captcha/jcaptcha/
implementation 'com.octo.captcha:jcaptcha:1.0'
// https://jarcasting.com/artifacts/com.octo.captcha/jcaptcha/
implementation ("com.octo.captcha:jcaptcha:1.0")
'com.octo.captcha:jcaptcha:jar:1.0'
<dependency org="com.octo.captcha" name="jcaptcha" rev="1.0">
<artifact name="jcaptcha" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.octo.captcha', module='jcaptcha', version='1.0')
)
libraryDependencies += "com.octo.captcha" % "jcaptcha" % "1.0"
[com.octo.captcha/jcaptcha "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.octo.captcha : jcaptcha-api | jar | 1.0 |
com.jhlabs » imaging | jar | 01012005 |
commons-logging : commons-logging | jar | 1.0.4 |
commons-collections : commons-collections | jar | 3.2 |
javax.servlet : servlet-api | jar | 2.3 |
Group / Artifact | Type | Version |
---|---|---|
com.octo.captcha : jcaptcha-common-test | jar | 1.0 |