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