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