License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.tanesha.recaptcha4j |
ArtifactId | ArtifactIdrecaptcha4j |
Last Version | Last Version0.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReCaptcha Java Library
ReCaptcha is a Java library for interfacing with
ReCaptcha.nets Captcha service
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
recaptcha4j-0.0.7.pom | |
recaptcha4j-0.0.7.jar | 10 KB |
recaptcha4j-0.0.7-sources.jar | 7 KB |
recaptcha4j-0.0.7-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.tanesha.recaptcha4j/recaptcha4j/ -->
<dependency>
<groupId>net.tanesha.recaptcha4j</groupId>
<artifactId>recaptcha4j</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.tanesha.recaptcha4j/recaptcha4j/
implementation 'net.tanesha.recaptcha4j:recaptcha4j:0.0.7'
// https://jarcasting.com/artifacts/net.tanesha.recaptcha4j/recaptcha4j/
implementation ("net.tanesha.recaptcha4j:recaptcha4j:0.0.7")
'net.tanesha.recaptcha4j:recaptcha4j:jar:0.0.7'
<dependency org="net.tanesha.recaptcha4j" name="recaptcha4j" rev="0.0.7">
<artifact name="recaptcha4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.tanesha.recaptcha4j', module='recaptcha4j', version='0.0.7')
)
libraryDependencies += "net.tanesha.recaptcha4j" % "recaptcha4j" % "0.0.7"
[net.tanesha.recaptcha4j/recaptcha4j "0.0.7"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |