| License |
License |
|---|---|
| GroupId | GroupIdio.ep2p |
| ArtifactId | ArtifactIdencryption-core |
| Version | Version1.0.0-RELEASE |
| Type | Typejar |
| Description |
DescriptionEleuth Encryption Code Java
Core java classes and utils for Eluth encryption, key exchange and etc
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/io.ep2p/encryption-core/ -->
<dependency>
<groupId>io.ep2p</groupId>
<artifactId>encryption-core</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.ep2p/encryption-core/
implementation 'io.ep2p:encryption-core:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/io.ep2p/encryption-core/
implementation ("io.ep2p:encryption-core:1.0.0-RELEASE")
'io.ep2p:encryption-core:jar:1.0.0-RELEASE'
<dependency org="io.ep2p" name="encryption-core" rev="1.0.0-RELEASE">
<artifact name="encryption-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ep2p', module='encryption-core', version='1.0.0-RELEASE')
)
libraryDependencies += "io.ep2p" % "encryption-core" % "1.0.0-RELEASE"
[io.ep2p/encryption-core "1.0.0-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.platform : junit-platform-launcher | jar | 1.2.0 |
| org.bouncycastle : bcprov-jdk15on | jar | 1.64 |
| commons-codec : commons-codec | jar | 1.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.2.0 |