is not current version
Last Version 2.0.0

org.arkecosystem:crypto 0.1.5

A simple Cryptography Implementation in Java for the Ark Blockchain.

GroupId

GroupId

org.arkecosystem
ArtifactId

ArtifactId

crypto
Version

Version

0.1.5
Type

Type

jar

Download crypto 0.1.5


<!-- https://jarcasting.com/artifacts/org.arkecosystem/crypto/ -->
<dependency>
    <groupId>org.arkecosystem</groupId>
    <artifactId>crypto</artifactId>
    <version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.arkecosystem/crypto/
implementation 'org.arkecosystem:crypto:0.1.5'
// https://jarcasting.com/artifacts/org.arkecosystem/crypto/
implementation ("org.arkecosystem:crypto:0.1.5")
'org.arkecosystem:crypto:jar:0.1.5'
<dependency org="org.arkecosystem" name="crypto" rev="0.1.5">
  <artifact name="crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.arkecosystem', module='crypto', version='0.1.5')
)
libraryDependencies += "org.arkecosystem" % "crypto" % "0.1.5"
[org.arkecosystem/crypto "0.1.5"]