| License |
License |
|---|---|
| Categories |
CategoriesKeY Data Data Formats Formal Verification |
| GroupId | GroupIdcom.syntifi.crypto |
| ArtifactId | ArtifactIdcrypto-key-ed25519 |
| Last Version | Last Version0.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCrypto libraries for working with Public and Private Keys cryptography.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| crypto-key-ed25519-0.3.1.pom | |
| crypto-key-ed25519-0.3.1.jar | 6 KB |
| crypto-key-ed25519-0.3.1-sources.jar | 4 KB |
| crypto-key-ed25519-0.3.1-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.syntifi.crypto/crypto-key-ed25519/ -->
<dependency>
<groupId>com.syntifi.crypto</groupId>
<artifactId>crypto-key-ed25519</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.syntifi.crypto/crypto-key-ed25519/
implementation 'com.syntifi.crypto:crypto-key-ed25519:0.3.1'
// https://jarcasting.com/artifacts/com.syntifi.crypto/crypto-key-ed25519/
implementation ("com.syntifi.crypto:crypto-key-ed25519:0.3.1")
'com.syntifi.crypto:crypto-key-ed25519:jar:0.3.1'
<dependency org="com.syntifi.crypto" name="crypto-key-ed25519" rev="0.3.1">
<artifact name="crypto-key-ed25519" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.syntifi.crypto', module='crypto-key-ed25519', version='0.3.1')
)
libraryDependencies += "com.syntifi.crypto" % "crypto-key-ed25519" % "0.3.1"
[com.syntifi.crypto/crypto-key-ed25519 "0.3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.syntifi.crypto : crypto-key-common | jar | 0.3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.24 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.syntifi.crypto : crypto-key-common | test-jar | 0.3.1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |