Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdcom.syntifi.crypto |
ArtifactId | ArtifactIdcrypto-key-ed25519 |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
crypto-key-ed25519-0.1.0.pom | |
crypto-key-ed25519-0.1.0.jar | 6 KB |
crypto-key-ed25519-0.1.0-sources.jar | 4 KB |
crypto-key-ed25519-0.1.0-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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.syntifi.crypto/crypto-key-ed25519/
implementation 'com.syntifi.crypto:crypto-key-ed25519:0.1.0'
// https://jarcasting.com/artifacts/com.syntifi.crypto/crypto-key-ed25519/
implementation ("com.syntifi.crypto:crypto-key-ed25519:0.1.0")
'com.syntifi.crypto:crypto-key-ed25519:jar:0.1.0'
<dependency org="com.syntifi.crypto" name="crypto-key-ed25519" rev="0.1.0">
<artifact name="crypto-key-ed25519" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.syntifi.crypto', module='crypto-key-ed25519', version='0.1.0')
)
libraryDependencies += "com.syntifi.crypto" % "crypto-key-ed25519" % "0.1.0"
[com.syntifi.crypto/crypto-key-ed25519 "0.1.0"]