GroupId | GroupIdcn.dustlight.captcha |
---|---|
ArtifactId | ArtifactIdcaptcha-core |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
captcha-core-0.0.1.pom | |
captcha-core-0.0.1.jar | 49 KB |
captcha-core-0.0.1-sources.jar | 27 KB |
captcha-core-0.0.1-javadoc.jar | 317 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.dustlight.captcha/captcha-core/ -->
<dependency>
<groupId>cn.dustlight.captcha</groupId>
<artifactId>captcha-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.dustlight.captcha/captcha-core/
implementation 'cn.dustlight.captcha:captcha-core:0.0.1'
// https://jarcasting.com/artifacts/cn.dustlight.captcha/captcha-core/
implementation ("cn.dustlight.captcha:captcha-core:0.0.1")
'cn.dustlight.captcha:captcha-core:jar:0.0.1'
<dependency org="cn.dustlight.captcha" name="captcha-core" rev="0.0.1">
<artifact name="captcha-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.dustlight.captcha', module='captcha-core', version='0.0.1')
)
libraryDependencies += "cn.dustlight.captcha" % "captcha-core" % "0.0.1"
[cn.dustlight.captcha/captcha-core "0.0.1"]