GroupId | GroupIdcom.github.anji-plus |
---|---|
ArtifactId | ArtifactIdcaptcha |
Version | Version1.1.7 |
Type | Typejar |
Filename | Size |
---|---|
captcha-1.1.7.pom | |
captcha-1.1.7.jar | 1014 KB |
captcha-1.1.7-sources.jar | 1005 KB |
captcha-1.1.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anji-plus/captcha/
implementation 'com.github.anji-plus:captcha:1.1.7'
// https://jarcasting.com/artifacts/com.github.anji-plus/captcha/
implementation ("com.github.anji-plus:captcha:1.1.7")
'com.github.anji-plus:captcha:jar:1.1.7'
<dependency org="com.github.anji-plus" name="captcha" rev="1.1.7">
<artifact name="captcha" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anji-plus', module='captcha', version='1.1.7')
)
libraryDependencies += "com.github.anji-plus" % "captcha" % "1.1.7"
[com.github.anji-plus/captcha "1.1.7"]