| License |
License
Mulan Permissive Software License,Version 1
|
|---|---|
| GroupId | GroupIdcn.hutool |
| ArtifactId | ArtifactIdhutool-crypto |
| Version | Version5.7.5 |
| Type | Typejar |
| Description |
Descriptionhutool-crypto
Hutool 加密解密
|
| Filename | Size |
|---|---|
| hutool-crypto-5.7.5.pom | |
| hutool-crypto-5.7.5.jar | 95 KB |
| hutool-crypto-5.7.5-sources.jar | 82 KB |
| hutool-crypto-5.7.5-javadoc.jar | 396 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.hutool/hutool-crypto/ -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-crypto</artifactId>
<version>5.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hutool/hutool-crypto/
implementation 'cn.hutool:hutool-crypto:5.7.5'
// https://jarcasting.com/artifacts/cn.hutool/hutool-crypto/
implementation ("cn.hutool:hutool-crypto:5.7.5")
'cn.hutool:hutool-crypto:jar:5.7.5'
<dependency org="cn.hutool" name="hutool-crypto" rev="5.7.5">
<artifact name="hutool-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hutool', module='hutool-crypto', version='5.7.5')
)
libraryDependencies += "cn.hutool" % "hutool-crypto" % "5.7.5"
[cn.hutool/hutool-crypto "5.7.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| cn.hutool : hutool-core | jar | 5.7.5 |
| org.bouncycastle : bcprov-jdk15to18 Optional | jar | 1.69 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.projectlombok : lombok | jar | 1.18.20 |