| License |
License |
|---|---|
| GroupId | GroupIdcom.github.playerforcehd |
| ArtifactId | ArtifactIdgcaptchavalidator |
| Version | Version3.0.2 |
| 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.2.pom | |
| gcaptchavalidator-3.0.2.jar | 23 KB |
| gcaptchavalidator-3.0.2-sources.jar | 30 KB |
| gcaptchavalidator-3.0.2-javadoc.jar | 140 KB |
| gcaptchavalidator-3.0.2-jar-with-dependencies.jar | 271 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.playerforcehd/gcaptchavalidator/ -->
<dependency>
<groupId>com.github.playerforcehd</groupId>
<artifactId>gcaptchavalidator</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.playerforcehd/gcaptchavalidator/
implementation 'com.github.playerforcehd:gcaptchavalidator:3.0.2'
// https://jarcasting.com/artifacts/com.github.playerforcehd/gcaptchavalidator/
implementation ("com.github.playerforcehd:gcaptchavalidator:3.0.2")
'com.github.playerforcehd:gcaptchavalidator:jar:3.0.2'
<dependency org="com.github.playerforcehd" name="gcaptchavalidator" rev="3.0.2">
<artifact name="gcaptchavalidator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.playerforcehd', module='gcaptchavalidator', version='3.0.2')
)
libraryDependencies += "com.github.playerforcehd" % "gcaptchavalidator" % "3.0.2"
[com.github.playerforcehd/gcaptchavalidator "3.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.9 |
| 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 |