MVN

net.consensys.quorum.tessera : cli

Maven & Gradle

Mar 28, 2023
169 stars

cli · Tessera is a stateless Java system that is used to enable the encryption, decryption, and distribution of private transactions for Quorum.

<dependency>
    <groupId>net.consensys.quorum.tessera</groupId>
    <artifactId>cli</artifactId>
    <version>23.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.consensys.quorum.tessera : cli to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23.4.0
  • Latest Release Candidate: 20.10.1-RC1

All Versions

Choose a version of net.consensys.quorum.tessera : cli to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
23.4.x
cli-23.4.0
22.10.x
cli-22.10.1
cli-22.10.0
22.1.x
cli-22.1.7
cli-22.1.6
cli-22.1.5
cli-22.1.4
cli-22.1.3
cli-22.1.2
cli-22.1.1
cli-22.1.0
21.10.x
cli-21.10.0
21.7.x
cli-21.7.3
cli-21.7.2
cli-21.7.1
cli-21.7.0
21.4.x
cli-21.4.1
cli-21.4.0
21.1.x
cli-21.1.1
cli-21.1.0
20.10.x
cli-20.10.1
cli-20.10.1-RC1
cli-20.10.0
1.0.x
cli-1.0.0
0.11.x
cli-0.11.0
0.0.x
cli-0.0.6
cli-0.0.5
cli-0.0.4

How to add a dependency to Maven

Add the following net.consensys.quorum.tessera : cli maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.consensys.quorum.tessera</groupId>
    <artifactId>cli</artifactId>
    <version>23.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.consensys.quorum.tessera : cli gradle dependency to your build.gradle file:

implementation 'net.consensys.quorum.tessera:cli:23.4.0'

Gradle Kotlin DSL: Add the following net.consensys.quorum.tessera : cli gradle kotlin dependency to your build.gradle.kts file:

implementation("net.consensys.quorum.tessera:cli:23.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.consensys.quorum.tessera : cli sbt scala dependency to your build.sbt file:

libraryDependencies += "net.consensys.quorum.tessera" % "cli" % "23.4.0"