License |
License |
---|---|
GroupId | GroupIdio.leopard.boot |
ArtifactId | ArtifactIdleopard-boot-captcha |
Last Version | Last Version0.9.20 |
Release Date | Release Date |
Type | Typejar |
Description |
Description验证码生成和验证。使用注解简化业务代码编写,支持验证码分组。
|
Filename | Size |
---|---|
leopard-boot-captcha-0.9.20.pom | |
leopard-boot-captcha-0.9.20.jar | 30 KB |
leopard-boot-captcha-0.9.20-sources.jar | 22 KB |
leopard-boot-captcha-0.9.20-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.leopard.boot/leopard-boot-captcha/ -->
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-captcha</artifactId>
<version>0.9.20</version>
</dependency>
// https://jarcasting.com/artifacts/io.leopard.boot/leopard-boot-captcha/
implementation 'io.leopard.boot:leopard-boot-captcha:0.9.20'
// https://jarcasting.com/artifacts/io.leopard.boot/leopard-boot-captcha/
implementation ("io.leopard.boot:leopard-boot-captcha:0.9.20")
'io.leopard.boot:leopard-boot-captcha:jar:0.9.20'
<dependency org="io.leopard.boot" name="leopard-boot-captcha" rev="0.9.20">
<artifact name="leopard-boot-captcha" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.leopard.boot', module='leopard-boot-captcha', version='0.9.20')
)
libraryDependencies += "io.leopard.boot" % "leopard-boot-captcha" % "0.9.20"
[io.leopard.boot/leopard-boot-captcha "0.9.20"]
Group / Artifact | Type | Version |
---|---|---|
io.leopard.thirdparty : jcaptcha-core | jar | 2.0.0 |
org.springframework : spring-webmvc | jar | 4.3.9.RELEASE |
io.leopard.boot : leopard-boot-exception | jar | 0.9.20 |
org.apache.commons : commons-lang3 | jar | 3.7 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
io.leopard.boot : leopard-boot-xparam | jar | 0.9.20 |
io.leopard.boot : leopard-boot-jdbc | jar | 0.9.20 |
io.leopard.boot : leopard-boot-redis | jar | 0.9.20 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |