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