MVN

io.horizen : zendoo-sc-cryptolib

Maven & Gradle

Jul 03, 2023
1 usages
34 stars

io.horizen:zendoo-sc-cryptolib · zendoo-sc-cryptolib is a Rust crate that exposes to Java, through JNI, the ginger-lib components needed by the Zendoo sidechain SDK.

<dependency>
    <groupId>io.horizen</groupId>
    <artifactId>zendoo-sc-cryptolib</artifactId>
    <version>0.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.horizen : zendoo-sc-cryptolib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.0
  • Latest Release Candidate: 0.6.0-rc1

All Versions

Choose a version of io.horizen : zendoo-sc-cryptolib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
zendoo-sc-cryptolib-0.7.0
0.6.x
zendoo-sc-cryptolib-0.6.0
zendoo-sc-cryptolib-0.6.0-rc1
0.5.x
zendoo-sc-cryptolib-0.5.0
0.4.x
zendoo-sc-cryptolib-0.4.1
0.3.x
zendoo-sc-cryptolib-0.3.0

How to add a dependency to Maven

Add the following io.horizen : zendoo-sc-cryptolib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.horizen</groupId>
    <artifactId>zendoo-sc-cryptolib</artifactId>
    <version>0.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.horizen : zendoo-sc-cryptolib gradle dependency to your build.gradle file:

implementation 'io.horizen:zendoo-sc-cryptolib:0.7.0'

Gradle Kotlin DSL: Add the following io.horizen : zendoo-sc-cryptolib gradle kotlin dependency to your build.gradle.kts file:

implementation("io.horizen:zendoo-sc-cryptolib:0.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.horizen : zendoo-sc-cryptolib sbt scala dependency to your build.sbt file:

libraryDependencies += "io.horizen" % "zendoo-sc-cryptolib" % "0.7.0"

Advertisement