| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdcom.github.hassan-ghahraloud |
| ArtifactId | ArtifactIdazcaptcha-java |
| Version | Version1.0 |
| Type | Typejar |
| Description |
Descriptionazcaptcha-java
Java library for easy integration with the API of azcaptcha captcha solving service to bypass
recaptcha, hcaptcha, funcaptcha, geetest and solve any other captchas.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| azcaptcha-java-1.0.pom | |
| azcaptcha-java-1.0.jar | 34 KB |
| azcaptcha-java-1.0-sources.jar | 21 KB |
| azcaptcha-java-1.0-javadoc.jar | 479 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hassan-ghahraloud/azcaptcha-java/ -->
<dependency>
<groupId>com.github.hassan-ghahraloud</groupId>
<artifactId>azcaptcha-java</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hassan-ghahraloud/azcaptcha-java/
implementation 'com.github.hassan-ghahraloud:azcaptcha-java:1.0'
// https://jarcasting.com/artifacts/com.github.hassan-ghahraloud/azcaptcha-java/
implementation ("com.github.hassan-ghahraloud:azcaptcha-java:1.0")
'com.github.hassan-ghahraloud:azcaptcha-java:jar:1.0'
<dependency org="com.github.hassan-ghahraloud" name="azcaptcha-java" rev="1.0">
<artifact name="azcaptcha-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hassan-ghahraloud', module='azcaptcha-java', version='1.0')
)
libraryDependencies += "com.github.hassan-ghahraloud" % "azcaptcha-java" % "1.0"
[com.github.hassan-ghahraloud/azcaptcha-java "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.okhttp3 : okhttp | jar | 4.7.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |
| org.mockito : mockito-core | jar | 3.3.3 |