NoRobots

Java API to access the "I'm not a robot" variant of Google's reCAPTCHA service

License

License

Categories

Categories

Net
GroupId

GroupId

io.netfall
ArtifactId

ArtifactId

norobots
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

NoRobots
Java API to access the "I'm not a robot" variant of Google's reCAPTCHA service

Download norobots

How to add to project

<!-- https://jarcasting.com/artifacts/io.netfall/norobots/ -->
<dependency>
    <groupId>io.netfall</groupId>
    <artifactId>norobots</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.netfall/norobots/
implementation 'io.netfall:norobots:1.0.1'
// https://jarcasting.com/artifacts/io.netfall/norobots/
implementation ("io.netfall:norobots:1.0.1")
'io.netfall:norobots:jar:1.0.1'
<dependency org="io.netfall" name="norobots" rev="1.0.1">
  <artifact name="norobots" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.netfall', module='norobots', version='1.0.1')
)
libraryDependencies += "io.netfall" % "norobots" % "1.0.1"
[io.netfall/norobots "1.0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.0
org.apache.httpcomponents : httpclient jar 4.5.2
net.jcip : jcip-annotations jar 1.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
com.sparkjava : spark-core jar 2.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0