is not current version
Last Version 5.8.4

cn.hutool:hutool-crypto 4.1.9

Hutool 加密解密

GroupId

GroupId

cn.hutool
ArtifactId

ArtifactId

hutool-crypto
Version

Version

4.1.9
Type

Type

jar

Download hutool-crypto 4.1.9


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