Download jcaptcha-all-1.0-RC6.jar file - Jar j

Jar examples for j:jcaptcha-all

Description

JCAPTCHA, for Java Completely Automated Public Test to tell Computers and Humans Apart

You can download jar file jcaptcha-all 1.0-RC6 in this page.

License

GNU LESSER GENERAL PUBLIC LICENSE

Build File

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

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

Download

Click the following link to download the jar file.

jcaptcha-all-1.0-RC6.jar
jcaptcha-all-1.0-RC6.pom



Related Tutorials