GroupId | GroupIdio.github.yidun |
---|---|
ArtifactId | ArtifactIdcaptcha |
Version | Version3.2.7 |
Type | Typeaar |
Filename | Size |
---|---|
captcha-3.2.7.pom | |
captcha-3.2.7-sources.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.yidun/captcha/ -->
<dependency>
<groupId>io.github.yidun</groupId>
<artifactId>captcha</artifactId>
<version>3.2.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.yidun/captcha/
implementation 'io.github.yidun:captcha:3.2.7'
// https://jarcasting.com/artifacts/io.github.yidun/captcha/
implementation ("io.github.yidun:captcha:3.2.7")
'io.github.yidun:captcha:aar:3.2.7'
<dependency org="io.github.yidun" name="captcha" rev="3.2.7">
<artifact name="captcha" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.yidun', module='captcha', version='3.2.7')
)
libraryDependencies += "io.github.yidun" % "captcha" % "3.2.7"
[io.github.yidun/captcha "3.2.7"]