jcaptcha
开源项目拷贝过来的
License |
License |
---|---|
GroupId | GroupIdio.leopard.thirdparty |
ArtifactId | ArtifactIdjcaptcha-api |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjcaptcha
|
Filename | Size |
---|---|
jcaptcha-api-2.0.0.pom | |
jcaptcha-api-2.0.0.jar | 6 KB |
jcaptcha-api-2.0.0-sources.jar | 9 KB |
jcaptcha-api-2.0.0-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.leopard.thirdparty/jcaptcha-api/ -->
<dependency>
<groupId>io.leopard.thirdparty</groupId>
<artifactId>jcaptcha-api</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.leopard.thirdparty/jcaptcha-api/
implementation 'io.leopard.thirdparty:jcaptcha-api:2.0.0'
// https://jarcasting.com/artifacts/io.leopard.thirdparty/jcaptcha-api/
implementation ("io.leopard.thirdparty:jcaptcha-api:2.0.0")
'io.leopard.thirdparty:jcaptcha-api:jar:2.0.0'
<dependency org="io.leopard.thirdparty" name="jcaptcha-api" rev="2.0.0">
<artifact name="jcaptcha-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.leopard.thirdparty', module='jcaptcha-api', version='2.0.0')
)
libraryDependencies += "io.leopard.thirdparty" % "jcaptcha-api" % "2.0.0"
[io.leopard.thirdparty/jcaptcha-api "2.0.0"]
开源项目拷贝过来的