GroupId | GroupIdclub.zhcs |
---|---|
ArtifactId | ArtifactIdaxe-captcha |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
axe-captcha-1.3.pom | |
axe-captcha-1.3.jar | 6 KB |
axe-captcha-1.3-sources.jar | 4 KB |
axe-captcha-1.3-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/club.zhcs/axe-captcha/ -->
<dependency>
<groupId>club.zhcs</groupId>
<artifactId>axe-captcha</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/club.zhcs/axe-captcha/
implementation 'club.zhcs:axe-captcha:1.3'
// https://jarcasting.com/artifacts/club.zhcs/axe-captcha/
implementation ("club.zhcs:axe-captcha:1.3")
'club.zhcs:axe-captcha:jar:1.3'
<dependency org="club.zhcs" name="axe-captcha" rev="1.3">
<artifact name="axe-captcha" type="jar" />
</dependency>
@Grapes(
@Grab(group='club.zhcs', module='axe-captcha', version='1.3')
)
libraryDependencies += "club.zhcs" % "axe-captcha" % "1.3"
[club.zhcs/axe-captcha "1.3"]