MVN

org.arkecosystem : crypto

Maven & Gradle

Sep 21, 2021
2 stars

java-crypto · A Simple Cryptography Implementation in Java for the ARK CORE Blockchain Framework.

<dependency>
    <groupId>org.arkecosystem</groupId>
    <artifactId>crypto</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.arkecosystem : crypto to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0
  • Latest Beta: 2.0.0-beta-1

All Versions

Choose a version of org.arkecosystem : crypto to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
crypto-2.0.0
crypto-2.0.0-beta-1
1.2.x
crypto-1.2.9
crypto-1.2.8
0.1.x
crypto-0.1.6
crypto-0.1.5
crypto-0.1.4
crypto-0.1.3
crypto-0.1.2
crypto-0.1.1

How to add a dependency to Maven

Add the following org.arkecosystem : crypto maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.arkecosystem</groupId>
    <artifactId>crypto</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.arkecosystem : crypto gradle dependency to your build.gradle file:

implementation 'org.arkecosystem:crypto:2.0.0'

Gradle Kotlin DSL: Add the following org.arkecosystem : crypto gradle kotlin dependency to your build.gradle.kts file:

implementation("org.arkecosystem:crypto:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.arkecosystem : crypto sbt scala dependency to your build.sbt file:

libraryDependencies += "org.arkecosystem" % "crypto" % "2.0.0"