is not current version
Last Version 22.1.3

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

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

0.0.6
Type

Type

pom

Download tessera-dist 0.0.6


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