GroupId | GroupIdcn.hutool |
---|---|
ArtifactId | ArtifactIdhutool-captcha |
Version | Version4.1.9 |
Type | Typejar |
Filename | Size |
---|---|
hutool-captcha-4.1.9.pom | |
hutool-captcha-4.1.9.jar | 11 KB |
hutool-captcha-4.1.9-sources.jar | 10 KB |
hutool-captcha-4.1.9-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.hutool/hutool-captcha/ -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-captcha</artifactId>
<version>4.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hutool/hutool-captcha/
implementation 'cn.hutool:hutool-captcha:4.1.9'
// https://jarcasting.com/artifacts/cn.hutool/hutool-captcha/
implementation ("cn.hutool:hutool-captcha:4.1.9")
'cn.hutool:hutool-captcha:jar:4.1.9'
<dependency org="cn.hutool" name="hutool-captcha" rev="4.1.9">
<artifact name="hutool-captcha" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hutool', module='hutool-captcha', version='4.1.9')
)
libraryDependencies += "cn.hutool" % "hutool-captcha" % "4.1.9"
[cn.hutool/hutool-captcha "4.1.9"]