License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.consensys.quorum.tessera |
ArtifactId | ArtifactIdtessera-dist |
Version | Version21.7.1 |
Type | Typepom |
Description |
Descriptiontessera-dist
Tessera is a stateless Java system that is used to enable the encryption, decryption, and distribution of private transactions for Quorum.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tessera-dist-21.7.1.pom | |
tessera-dist-21.7.1.zip | |
tessera-dist-21.7.1-sources.jar | 11 KB |
tessera-dist-21.7.1-javadoc.jar | 394 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.consensys.quorum.tessera/tessera-dist/ -->
<dependency>
<groupId>net.consensys.quorum.tessera</groupId>
<artifactId>tessera-dist</artifactId>
<version>21.7.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/tessera-dist/
implementation 'net.consensys.quorum.tessera:tessera-dist:21.7.1'
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/tessera-dist/
implementation ("net.consensys.quorum.tessera:tessera-dist:21.7.1")
'net.consensys.quorum.tessera:tessera-dist:pom:21.7.1'
<dependency org="net.consensys.quorum.tessera" name="tessera-dist" rev="21.7.1">
<artifact name="tessera-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.consensys.quorum.tessera', module='tessera-dist', version='21.7.1')
)
libraryDependencies += "net.consensys.quorum.tessera" % "tessera-dist" % "21.7.1"
[net.consensys.quorum.tessera/tessera-dist "21.7.1"]