License |
License
Mulan Permissive Software License,Version 2
|
---|---|
GroupId | GroupIdcn.hutool |
ArtifactId | ArtifactIdhutool-captcha |
Last Version | Last Version5.8.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhutool-captcha
Hutool 验证码工具
|
Filename | Size |
---|---|
hutool-captcha-5.8.4.pom | |
hutool-captcha-5.8.4.jar | 13 KB |
hutool-captcha-5.8.4-sources.jar | 12 KB |
hutool-captcha-5.8.4-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.hutool/hutool-captcha/ -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-captcha</artifactId>
<version>5.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hutool/hutool-captcha/
implementation 'cn.hutool:hutool-captcha:5.8.4'
// https://jarcasting.com/artifacts/cn.hutool/hutool-captcha/
implementation ("cn.hutool:hutool-captcha:5.8.4")
'cn.hutool:hutool-captcha:jar:5.8.4'
<dependency org="cn.hutool" name="hutool-captcha" rev="5.8.4">
<artifact name="hutool-captcha" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hutool', module='hutool-captcha', version='5.8.4')
)
libraryDependencies += "cn.hutool" % "hutool-captcha" % "5.8.4"
[cn.hutool/hutool-captcha "5.8.4"]
Group / Artifact | Type | Version |
---|---|---|
cn.hutool : hutool-core | jar | 5.8.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.projectlombok : lombok | jar | 1.18.24 |