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