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