Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 451 Bytes

File metadata and controls

19 lines (18 loc) · 451 Bytes

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