is not current version
Last Version 0.9.12

io.leopard:leopard-captcha 0.9.11

验证码生成和验证。使用注解简化业务代码编写,支持验证码分组。

GroupId

GroupId

io.leopard
ArtifactId

ArtifactId

leopard-captcha
Version

Version

0.9.11
Type

Type

jar

Download leopard-captcha 0.9.11


<!-- https://jarcasting.com/artifacts/io.leopard/leopard-captcha/ -->
<dependency>
    <groupId>io.leopard</groupId>
    <artifactId>leopard-captcha</artifactId>
    <version>0.9.11</version>
</dependency>
// https://jarcasting.com/artifacts/io.leopard/leopard-captcha/
implementation 'io.leopard:leopard-captcha:0.9.11'
// https://jarcasting.com/artifacts/io.leopard/leopard-captcha/
implementation ("io.leopard:leopard-captcha:0.9.11")
'io.leopard:leopard-captcha:jar:0.9.11'
<dependency org="io.leopard" name="leopard-captcha" rev="0.9.11">
  <artifact name="leopard-captcha" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.leopard', module='leopard-captcha', version='0.9.11')
)
libraryDependencies += "io.leopard" % "leopard-captcha" % "0.9.11"
[io.leopard/leopard-captcha "0.9.11"]