| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.octo.captcha |
| Идентификатор | Идентификаторjcaptcha |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJCaptcha
<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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| jcaptcha-1.0.pom | |
| jcaptcha-1.0.jar | 190 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.octo.captcha : jcaptcha-common-test | jar | 1.0 |