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