MVN

com.github.playerforcehd : gcaptchavalidator

Maven & Gradle

Jan 12, 2021
1 stars

GCaptchaValidator · An open source library which makes it easy to validate Google ReCaptcha responses

<dependency>
    <groupId>com.github.playerforcehd</groupId>
    <artifactId>gcaptchavalidator</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.playerforcehd : gcaptchavalidator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of com.github.playerforcehd : gcaptchavalidator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
gcaptchavalidator-3.0.1
gcaptchavalidator-3.0.0
2.1.x
gcaptchavalidator-2.1.5
gcaptchavalidator-2.1.4
gcaptchavalidator-2.1.3
gcaptchavalidator-2.1.2
gcaptchavalidator-2.1.1
gcaptchavalidator-2.1.0
2.0.x
gcaptchavalidator-2.0.0
1.3.x
gcaptchavalidator-1.3.0
1.2.x
gcaptchavalidator-1.2.0
1.1.x
gcaptchavalidator-1.1.0
1.0.x
gcaptchavalidator-1.0.0

How to add a dependency to Maven

Add the following com.github.playerforcehd : gcaptchavalidator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.playerforcehd</groupId>
    <artifactId>gcaptchavalidator</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.playerforcehd : gcaptchavalidator gradle dependency to your build.gradle file:

implementation 'com.github.playerforcehd:gcaptchavalidator:3.0.1'

Gradle Kotlin DSL: Add the following com.github.playerforcehd : gcaptchavalidator gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.playerforcehd:gcaptchavalidator:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.playerforcehd : gcaptchavalidator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.playerforcehd" % "gcaptchavalidator" % "3.0.1"