is not current version
Last Version 22.1.3

net.consensys.quorum.tessera:tessera-dist 22.1.2

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

Categories

Categories

Net
GroupId

GroupId

net.consensys.quorum.tessera
ArtifactId

ArtifactId

tessera-dist
Version

Version

22.1.2
Type

Type

pom

Download tessera-dist 22.1.2


<!-- https://jarcasting.com/artifacts/net.consensys.quorum.tessera/tessera-dist/ -->
<dependency>
    <groupId>net.consensys.quorum.tessera</groupId>
    <artifactId>tessera-dist</artifactId>
    <version>22.1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/tessera-dist/
implementation 'net.consensys.quorum.tessera:tessera-dist:22.1.2'
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/tessera-dist/
implementation ("net.consensys.quorum.tessera:tessera-dist:22.1.2")
'net.consensys.quorum.tessera:tessera-dist:pom:22.1.2'
<dependency org="net.consensys.quorum.tessera" name="tessera-dist" rev="22.1.2">
  <artifact name="tessera-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.consensys.quorum.tessera', module='tessera-dist', version='22.1.2')
)
libraryDependencies += "net.consensys.quorum.tessera" % "tessera-dist" % "22.1.2"
[net.consensys.quorum.tessera/tessera-dist "22.1.2"]