| License |
License |
|---|---|
| GroupId | GroupIdcom.hb0730 |
| ArtifactId | ArtifactIdcommons-encrypt |
| Version | Version2.1.2-RELEASE |
| Type | Typejar |
| Description |
Descriptioncommons-encrypt
加密工具(对称,摘要等)
|
<!-- https://jarcasting.com/artifacts/com.hb0730/commons-encrypt/ -->
<dependency>
<groupId>com.hb0730</groupId>
<artifactId>commons-encrypt</artifactId>
<version>2.1.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.hb0730/commons-encrypt/
implementation 'com.hb0730:commons-encrypt:2.1.2-RELEASE'
// https://jarcasting.com/artifacts/com.hb0730/commons-encrypt/
implementation ("com.hb0730:commons-encrypt:2.1.2-RELEASE")
'com.hb0730:commons-encrypt:jar:2.1.2-RELEASE'
<dependency org="com.hb0730" name="commons-encrypt" rev="2.1.2-RELEASE">
<artifact name="commons-encrypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hb0730', module='commons-encrypt', version='2.1.2-RELEASE')
)
libraryDependencies += "com.hb0730" % "commons-encrypt" % "2.1.2-RELEASE"
[com.hb0730/commons-encrypt "2.1.2-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.hb0730 : commons-lang | jar | 2.1.2-RELEASE |
| org.bouncycastle : bcprov-jdk15on | jar | 1.65 |
| org.bouncycastle : bcpkix-jdk15on | jar | 1.65 |
| javax.annotation : javax.annotation-api | jar | 1.3.2 |
| org.projectlombok : lombok Optional | jar | 1.18.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.30 |
| junit : junit | jar | 4.13.1 |