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