License |
License |
---|---|
GroupId | GroupIdcn.dustlight.captcha |
ArtifactId | ArtifactIdcaptcha |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncaptcha
CAPTCHA service parent project for Spring Boot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
captcha-1.0.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.dustlight.captcha/captcha/ -->
<dependency>
<groupId>cn.dustlight.captcha</groupId>
<artifactId>captcha</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.dustlight.captcha/captcha/
implementation 'cn.dustlight.captcha:captcha:1.0.1'
// https://jarcasting.com/artifacts/cn.dustlight.captcha/captcha/
implementation ("cn.dustlight.captcha:captcha:1.0.1")
'cn.dustlight.captcha:captcha:pom:1.0.1'
<dependency org="cn.dustlight.captcha" name="captcha" rev="1.0.1">
<artifact name="captcha" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.dustlight.captcha', module='captcha', version='1.0.1')
)
libraryDependencies += "cn.dustlight.captcha" % "captcha" % "1.0.1"
[cn.dustlight.captcha/captcha "1.0.1"]