GroupId | GroupIdcom.github.anji-plus |
---|---|
ArtifactId | ArtifactIdcaptcha |
Version | Version1.1.6 |
Type | Typejar |
Filename | Size |
---|---|
captcha-1.1.6.pom | |
captcha-1.1.6.jar | 1014 KB |
captcha-1.1.6-sources.jar | 1005 KB |
captcha-1.1.6-javadoc.jar | 175 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.anji-plus/captcha/ -->
<dependency>
<groupId>com.github.anji-plus</groupId>
<artifactId>captcha</artifactId>
<version>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anji-plus/captcha/
implementation 'com.github.anji-plus:captcha:1.1.6'
// https://jarcasting.com/artifacts/com.github.anji-plus/captcha/
implementation ("com.github.anji-plus:captcha:1.1.6")
'com.github.anji-plus:captcha:jar:1.1.6'
<dependency org="com.github.anji-plus" name="captcha" rev="1.1.6">
<artifact name="captcha" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anji-plus', module='captcha', version='1.1.6')
)
libraryDependencies += "com.github.anji-plus" % "captcha" % "1.1.6"
[com.github.anji-plus/captcha "1.1.6"]