MVN

io.github.keetraxx : recaptcha

Maven & Gradle

Jan 27, 2017
1 usages
0 stars

ReCAPTCHA v2 site verify for JAVA · Java Library for Google ReCAPTCHA v2

<dependency>
    <groupId>io.github.keetraxx</groupId>
    <artifactId>recaptcha</artifactId>
    <version>0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.keetraxx : recaptcha to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5

All Versions

Choose a version of io.github.keetraxx : recaptcha to add to Maven or Gradle - All Versions:

  • Version Updated
  • recaptcha-0.5

    Jan 27, 2017
  • recaptcha-0.3

    Jan 25, 2017
  • recaptcha-0.2

    Jan 25, 2017

How to add a dependency to Maven

Add the following io.github.keetraxx : recaptcha maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.keetraxx</groupId>
    <artifactId>recaptcha</artifactId>
    <version>0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.keetraxx : recaptcha gradle dependency to your build.gradle file:

implementation 'io.github.keetraxx:recaptcha:0.5'

Gradle Kotlin DSL: Add the following io.github.keetraxx : recaptcha gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.keetraxx:recaptcha:0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.keetraxx : recaptcha sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.keetraxx" % "recaptcha" % "0.5"