| GroupId | GroupIdcom.github.zh9131101 |
|---|---|
| ArtifactId | ArtifactIdzh-captcha |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| zh-captcha-1.0.0.pom | |
| zh-captcha-1.0.0.jar | 74 KB |
| zh-captcha-1.0.0-sources.jar | 60 KB |
| zh-captcha-1.0.0-javadoc.jar | 385 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.zh9131101/zh-captcha/ -->
<dependency>
<groupId>com.github.zh9131101</groupId>
<artifactId>zh-captcha</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zh9131101/zh-captcha/
implementation 'com.github.zh9131101:zh-captcha:1.0.0'
// https://jarcasting.com/artifacts/com.github.zh9131101/zh-captcha/
implementation ("com.github.zh9131101:zh-captcha:1.0.0")
'com.github.zh9131101:zh-captcha:jar:1.0.0'
<dependency org="com.github.zh9131101" name="zh-captcha" rev="1.0.0">
<artifact name="zh-captcha" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zh9131101', module='zh-captcha', version='1.0.0')
)
libraryDependencies += "com.github.zh9131101" % "zh-captcha" % "1.0.0"
[com.github.zh9131101/zh-captcha "1.0.0"]