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