| License |
License |
|---|---|
| GroupId | GroupIdcom.github.playerforcehd |
| ArtifactId | ArtifactIdgcaptchavalidator |
| Version | Version3.0.1 |
| Type | Typejar |
| Description |
DescriptionGCaptchaValidator
An open source library which makes it easy to validate Google ReCaptcha responses
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gcaptchavalidator-3.0.1.pom | |
| gcaptchavalidator-3.0.1.jar | 23 KB |
| gcaptchavalidator-3.0.1-sources.jar | 30 KB |
| gcaptchavalidator-3.0.1-javadoc.jar | 140 KB |
| gcaptchavalidator-3.0.1-jar-with-dependencies.jar | 257 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.playerforcehd/gcaptchavalidator/ -->
<dependency>
<groupId>com.github.playerforcehd</groupId>
<artifactId>gcaptchavalidator</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.playerforcehd/gcaptchavalidator/
implementation 'com.github.playerforcehd:gcaptchavalidator:3.0.1'
// https://jarcasting.com/artifacts/com.github.playerforcehd/gcaptchavalidator/
implementation ("com.github.playerforcehd:gcaptchavalidator:3.0.1")
'com.github.playerforcehd:gcaptchavalidator:jar:3.0.1'
<dependency org="com.github.playerforcehd" name="gcaptchavalidator" rev="3.0.1">
<artifact name="gcaptchavalidator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.playerforcehd', module='gcaptchavalidator', version='3.0.1')
)
libraryDependencies += "com.github.playerforcehd" % "gcaptchavalidator" % "3.0.1"
[com.github.playerforcehd/gcaptchavalidator "3.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 7.3.0 |
| org.mockito : mockito-core | jar | 3.6.28 |
| com.github.tomakehurst : wiremock | jar | 2.27.2 |