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