<dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-crypto</artifactId> <version>5.8.5</version> </dependency>
implementation 'cn.hutool:hutool-crypto:5.8.5'
implementation("cn.hutool:hutool-crypto:5.8.5")
libraryDependencies += "cn.hutool" % "hutool-crypto" % "5.8.5"
@Grapes( @Grab(group='cn.hutool', module='hutool-crypto', version='5.8.5') )
<dependency org="cn.hutool" name="hutool-crypto" rev="5.8.5" />
[cn.hutool/hutool-crypto "5.8.5"]
'cn.hutool:hutool-crypto:jar:5.8.5'
<parent> <groupId>cn.hutool</groupId> <artifactId>hutool-parent</artifactId> <version>5.8.5</version> </parent>
compile
|-- cn.hutool:hutool-core
|-- org.bouncycastle:bcpkix-jdk15to18:1.71