is not current version
Last Version 1.0.1

cn.dustlight.captcha:captcha 0.0.6

CAPTCHA service parent project for Spring Boot

GroupId

GroupId

cn.dustlight.captcha
ArtifactId

ArtifactId

captcha
Version

Version

0.0.6
Type

Type

pom

Download captcha 0.0.6

Filename Size
captcha-0.0.6.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/cn.dustlight.captcha/captcha/ -->
<dependency>
    <groupId>cn.dustlight.captcha</groupId>
    <artifactId>captcha</artifactId>
    <version>0.0.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.dustlight.captcha/captcha/
implementation 'cn.dustlight.captcha:captcha:0.0.6'
// https://jarcasting.com/artifacts/cn.dustlight.captcha/captcha/
implementation ("cn.dustlight.captcha:captcha:0.0.6")
'cn.dustlight.captcha:captcha:pom:0.0.6'
<dependency org="cn.dustlight.captcha" name="captcha" rev="0.0.6">
  <artifact name="captcha" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.dustlight.captcha', module='captcha', version='0.0.6')
)
libraryDependencies += "cn.dustlight.captcha" % "captcha" % "0.0.6"
[cn.dustlight.captcha/captcha "0.0.6"]