| GroupId | GroupIdio.github.keetraxx |
|---|---|
| ArtifactId | ArtifactIdrecaptcha |
| Version | Version0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| recaptcha-0.3.pom | |
| recaptcha-0.3.jar | 6 KB |
| recaptcha-0.3-sources.jar | 2 KB |
| recaptcha-0.3-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.keetraxx/recaptcha/ -->
<dependency>
<groupId>io.github.keetraxx</groupId>
<artifactId>recaptcha</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.keetraxx/recaptcha/
implementation 'io.github.keetraxx:recaptcha:0.3'
// https://jarcasting.com/artifacts/io.github.keetraxx/recaptcha/
implementation ("io.github.keetraxx:recaptcha:0.3")
'io.github.keetraxx:recaptcha:jar:0.3'
<dependency org="io.github.keetraxx" name="recaptcha" rev="0.3">
<artifact name="recaptcha" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.keetraxx', module='recaptcha', version='0.3')
)
libraryDependencies += "io.github.keetraxx" % "recaptcha" % "0.3"
[io.github.keetraxx/recaptcha "0.3"]