is not current version
Last Version 22.1.3

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

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

21.7.0
Type

Type

pom

Download tessera-dist 21.7.0


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