GroupId | GroupIdcn.dustlight.captcha |
---|---|
ArtifactId | ArtifactIdrecaptcha |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
recaptcha-0.0.6.pom | |
recaptcha-0.0.6.jar | 10 KB |
recaptcha-0.0.6-sources.jar | 5 KB |
recaptcha-0.0.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/cn.dustlight.captcha/recaptcha/
implementation 'cn.dustlight.captcha:recaptcha:0.0.6'
// https://jarcasting.com/artifacts/cn.dustlight.captcha/recaptcha/
implementation ("cn.dustlight.captcha:recaptcha:0.0.6")
'cn.dustlight.captcha:recaptcha:jar:0.0.6'
<dependency org="cn.dustlight.captcha" name="recaptcha" rev="0.0.6">
<artifact name="recaptcha" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.dustlight.captcha', module='recaptcha', version='0.0.6')
)
libraryDependencies += "cn.dustlight.captcha" % "recaptcha" % "0.0.6"
[cn.dustlight.captcha/recaptcha "0.0.6"]