Download recaptcha-0.5.jar file - Jar r

Jar examples for r:recaptcha

Description

Java Library for Google ReCAPTCHA v2

You can download jar file recaptcha 0.5 in this page.

License

MIT License

Build File

You can use the following script to add recaptcha-0.5.jar to your project.

<dependency>
   <groupId>io.github.keetraxx</groupId>
   <artifactId>recaptcha</artifactId>
   <version>0.5</version>
</dependency>
compile group: 'io.github.keetraxx', name: 'recaptcha', version: '0.5'
libraryDependencies += "io.github.keetraxx" % "recaptcha" % "0.5"
<dependency org="io.github.keetraxx" name="recaptcha" rev="0.5"/>
@Grapes(@Grab(group='io.github.keetraxx', module='recaptcha', version='0.5'))
'io.github.keetraxx:recaptcha:jar:0.5'

Download

Click the following link to download the jar file.

recaptcha-0.5-javadoc.jar
recaptcha-0.5-sources.jar
recaptcha-0.5.jar
recaptcha-0.5.pom



Related Tutorials