Download recaptcha4j-0.0.7.jar file - Jar r

Jar examples for r:recaptcha4j

Description

ReCaptcha is a Java library for interfacing with ReCaptcha.nets Captcha service

You can download jar file recaptcha4j 0.0.7 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add recaptcha4j-0.0.7.jar to your project.

<dependency>
   <groupId>net.tanesha.recaptcha4j</groupId>
   <artifactId>recaptcha4j</artifactId>
   <version>0.0.7</version>
</dependency>
compile group: 'net.tanesha.recaptcha4j', name: 'recaptcha4j', version: '0.0.7'
libraryDependencies += "net.tanesha.recaptcha4j" % "recaptcha4j" % "0.0.7"
<dependency org="net.tanesha.recaptcha4j" name="recaptcha4j" rev="0.0.7"/>
@Grapes(@Grab(group='net.tanesha.recaptcha4j', module='recaptcha4j', version='0.0.7'))
'net.tanesha.recaptcha4j:recaptcha4j:jar:0.0.7'

Download

Click the following link to download the jar file.

recaptcha4j-0.0.7-javadoc.jar
recaptcha4j-0.0.7-sources.jar
recaptcha4j-0.0.7.jar
recaptcha4j-0.0.7.pom



Related Tutorials