License |
License |
---|---|
GroupId | GroupIdcn.dustlight.captcha |
ArtifactId | ArtifactIdrecaptcha |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrecaptcha
CAPTCHA service Google reCAPTCHA module
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
recaptcha-1.0.1.pom | |
recaptcha-1.0.1.jar | 10 KB |
recaptcha-1.0.1-sources.jar | 5 KB |
recaptcha-1.0.1-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.dustlight.captcha/recaptcha/ -->
<dependency>
<groupId>cn.dustlight.captcha</groupId>
<artifactId>recaptcha</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.dustlight.captcha/recaptcha/
implementation 'cn.dustlight.captcha:recaptcha:1.0.1'
// https://jarcasting.com/artifacts/cn.dustlight.captcha/recaptcha/
implementation ("cn.dustlight.captcha:recaptcha:1.0.1")
'cn.dustlight.captcha:recaptcha:jar:1.0.1'
<dependency org="cn.dustlight.captcha" name="recaptcha" rev="1.0.1">
<artifact name="recaptcha" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.dustlight.captcha', module='recaptcha', version='1.0.1')
)
libraryDependencies += "cn.dustlight.captcha" % "recaptcha" % "1.0.1"
[cn.dustlight.captcha/recaptcha "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
cn.dustlight.captcha : captcha-core | jar | 1.0.1 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
com.fasterxml.jackson.core : jackson-annotations | jar |