is not current version
Last Version 5.8.4

cn.hutool:hutool-crypto 4.6.0

Hutool 加密解密

GroupId

GroupId

cn.hutool
ArtifactId

ArtifactId

hutool-crypto
Version

Version

4.6.0
Type

Type

jar

Download hutool-crypto 4.6.0


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