Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.consensys.quorum.tessera |
ArtifactId | ArtifactIdtessera-context |
Version | Version20.10.1-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.consensys.quorum.tessera/tessera-context/ -->
<dependency>
<groupId>net.consensys.quorum.tessera</groupId>
<artifactId>tessera-context</artifactId>
<version>20.10.1-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/tessera-context/
implementation 'net.consensys.quorum.tessera:tessera-context:20.10.1-RC1'
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/tessera-context/
implementation ("net.consensys.quorum.tessera:tessera-context:20.10.1-RC1")
'net.consensys.quorum.tessera:tessera-context:jar:20.10.1-RC1'
<dependency org="net.consensys.quorum.tessera" name="tessera-context" rev="20.10.1-RC1">
<artifact name="tessera-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.consensys.quorum.tessera', module='tessera-context', version='20.10.1-RC1')
)
libraryDependencies += "net.consensys.quorum.tessera" % "tessera-context" % "20.10.1-RC1"
[net.consensys.quorum.tessera/tessera-context "20.10.1-RC1"]