| License |
License |
|---|---|
| GroupId | GroupIdicu.easyj |
| ArtifactId | ArtifactIdeasyj-crypto |
| Last Version | Last Version0.6.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionicu.easyj :: easyj-crypto
EasyJ 加密解密封装,提供对称加密算法、非对称加密算法等等的功能
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| easyj-crypto-0.6.8.pom | |
| easyj-crypto-0.6.8.jar | 8 KB |
| easyj-crypto-0.6.8-sources.jar | 9 KB |
| easyj-crypto-0.6.8-javadoc.jar | 68 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/icu.easyj/easyj-crypto/ -->
<dependency>
<groupId>icu.easyj</groupId>
<artifactId>easyj-crypto</artifactId>
<version>0.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/icu.easyj/easyj-crypto/
implementation 'icu.easyj:easyj-crypto:0.6.8'
// https://jarcasting.com/artifacts/icu.easyj/easyj-crypto/
implementation ("icu.easyj:easyj-crypto:0.6.8")
'icu.easyj:easyj-crypto:jar:0.6.8'
<dependency org="icu.easyj" name="easyj-crypto" rev="0.6.8">
<artifact name="easyj-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='icu.easyj', module='easyj-crypto', version='0.6.8')
)
libraryDependencies += "icu.easyj" % "easyj-crypto" % "0.6.8"
[icu.easyj/easyj-crypto "0.6.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| icu.easyj : easyj-core | jar | 0.6.8 |
| org.bouncycastle : bcprov-jdk15on | jar | 1.69 |