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