Add in-memory anti-captcha implementation.

This commit is contained in:
FireMasterK 2021-03-04 19:44:52 +05:30
parent 167f7791a9
commit a0759b4722
No known key found for this signature in database
GPG key ID: 8DFF5DD33E93DB58
7 changed files with 229 additions and 4 deletions

View file

@ -28,6 +28,7 @@ dependencies {
implementation 'com.github.ben-manes.caffeine:caffeine:2.8.6'
implementation 'com.rometools:rome:1.15.0'
implementation 'com.github.ipfs:java-ipfs-http-client:v1.3.3'
implementation 'org.jsoup:jsoup:1.13.1'
implementation 'net.java.dev.jna:jna-platform:5.7.0'
}