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