MVN

com.github.2captcha : 2captcha-java

Maven & Gradle

Jul 20, 2023
34 stars

2captcha-java · Java library for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, funcaptcha, geetest and solve any other captchas.

<dependency>
    <groupId>com.github.2captcha</groupId>
    <artifactId>2captcha-java</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.2captcha : 2captcha-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of com.github.2captcha : 2captcha-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
2captcha-java-1.1.1
2captcha-java-1.1.0
1.0.x
2captcha-java-1.0.1
1.0
2captcha-java-1.0

How to add a dependency to Maven

Add the following com.github.2captcha : 2captcha-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.2captcha</groupId>
    <artifactId>2captcha-java</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.2captcha : 2captcha-java gradle dependency to your build.gradle file:

implementation 'com.github.2captcha:2captcha-java:1.1.1'

Gradle Kotlin DSL: Add the following com.github.2captcha : 2captcha-java gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.2captcha:2captcha-java:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.2captcha : 2captcha-java sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.2captcha" % "2captcha-java" % "1.1.1"

Advertisement