Skip to content

Louuke/AntiCaptcha-API

Repository files navigation

AntiCaptcha-API

Unofficial AntiCaptcha Java API. If you don't have an account yet, you can create one here

Gradle

allprojects {
    repositories {
	...
        maven { url 'https://jitpack.io' }
    }
}
dependencies {
    implementation 'com.github.JicuNull:AntiCaptcha-API:45cd8a98f7'
}

Find more options here: Jitpack