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