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