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