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