| GroupId | GroupIdcn.hutool |
|---|---|
| ArtifactId | ArtifactIdhutool-crypto |
| Version | Version5.5.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hutool-crypto-5.5.3.pom | |
| hutool-crypto-5.5.3.jar | 88 KB |
| hutool-crypto-5.5.3-sources.jar | 77 KB |
| hutool-crypto-5.5.3-javadoc.jar | 383 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.hutool/hutool-crypto/ -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-crypto</artifactId>
<version>5.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hutool/hutool-crypto/
implementation 'cn.hutool:hutool-crypto:5.5.3'
// https://jarcasting.com/artifacts/cn.hutool/hutool-crypto/
implementation ("cn.hutool:hutool-crypto:5.5.3")
'cn.hutool:hutool-crypto:jar:5.5.3'
<dependency org="cn.hutool" name="hutool-crypto" rev="5.5.3">
<artifact name="hutool-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hutool', module='hutool-crypto', version='5.5.3')
)
libraryDependencies += "cn.hutool" % "hutool-crypto" % "5.5.3"
[cn.hutool/hutool-crypto "5.5.3"]