GroupId | GroupIdcom.bsmoot |
---|---|
ArtifactId | ArtifactIdrest-recaptcha-lib |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
rest-recaptcha-lib-1.0.1.pom | |
rest-recaptcha-lib-1.0.1.jar | 17 KB |
rest-recaptcha-lib-1.0.1-sources.jar | 12 KB |
rest-recaptcha-lib-1.0.1-javadoc.jar | 137 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bsmoot/rest-recaptcha-lib/ -->
<dependency>
<groupId>com.bsmoot</groupId>
<artifactId>rest-recaptcha-lib</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bsmoot/rest-recaptcha-lib/
implementation 'com.bsmoot:rest-recaptcha-lib:1.0.1'
// https://jarcasting.com/artifacts/com.bsmoot/rest-recaptcha-lib/
implementation ("com.bsmoot:rest-recaptcha-lib:1.0.1")
'com.bsmoot:rest-recaptcha-lib:jar:1.0.1'
<dependency org="com.bsmoot" name="rest-recaptcha-lib" rev="1.0.1">
<artifact name="rest-recaptcha-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bsmoot', module='rest-recaptcha-lib', version='1.0.1')
)
libraryDependencies += "com.bsmoot" % "rest-recaptcha-lib" % "1.0.1"
[com.bsmoot/rest-recaptcha-lib "1.0.1"]