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