MVN

net.consensys.quorum.tessera : service-loader-ext

Maven & Gradle

May 18, 2021
169 stars

service-loader-ext · 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>service-loader-ext</artifactId>
    <version>21.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
21.4.x
service-loader-ext-21.4.1
service-loader-ext-21.4.0
21.1.x
service-loader-ext-21.1.1
service-loader-ext-21.1.0
20.10.x
service-loader-ext-20.10.1
service-loader-ext-20.10.1-RC1
service-loader-ext-20.10.0
1.0.x
service-loader-ext-1.0.0
0.11.x
service-loader-ext-0.11.0
0.0.x
service-loader-ext-0.0.5
service-loader-ext-0.0.4

How to add a dependency to Maven

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

<dependency>
    <groupId>net.consensys.quorum.tessera</groupId>
    <artifactId>service-loader-ext</artifactId>
    <version>21.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.consensys.quorum.tessera : service-loader-ext gradle dependency to your build.gradle file:

implementation 'net.consensys.quorum.tessera:service-loader-ext:21.4.1'

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

implementation("net.consensys.quorum.tessera:service-loader-ext:21.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.consensys.quorum.tessera : service-loader-ext sbt scala dependency to your build.sbt file:

libraryDependencies += "net.consensys.quorum.tessera" % "service-loader-ext" % "21.4.1"