License |
License |
---|---|
GroupId | GroupIdcom.bsmoot |
ArtifactId | ArtifactIdrest-recaptcha-lib |
Version | Version1.0.2 |
Type | Typejar |
Description |
DescriptionRest ReCaptcha library
This is the library module of the Rest Recaptcha project for Spring Boot.
|
Filename | Size |
---|---|
rest-recaptcha-lib-1.0.2.pom | |
rest-recaptcha-lib-1.0.2.jar | 17 KB |
rest-recaptcha-lib-1.0.2-sources.jar | 12 KB |
rest-recaptcha-lib-1.0.2-javadoc.jar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bsmoot/rest-recaptcha-lib/ -->
<dependency>
<groupId>com.bsmoot</groupId>
<artifactId>rest-recaptcha-lib</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.bsmoot/rest-recaptcha-lib/
implementation 'com.bsmoot:rest-recaptcha-lib:1.0.2'
// https://jarcasting.com/artifacts/com.bsmoot/rest-recaptcha-lib/
implementation ("com.bsmoot:rest-recaptcha-lib:1.0.2")
'com.bsmoot:rest-recaptcha-lib:jar:1.0.2'
<dependency org="com.bsmoot" name="rest-recaptcha-lib" rev="1.0.2">
<artifact name="rest-recaptcha-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bsmoot', module='rest-recaptcha-lib', version='1.0.2')
)
libraryDependencies += "com.bsmoot" % "rest-recaptcha-lib" % "1.0.2"
[com.bsmoot/rest-recaptcha-lib "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-aop | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |