Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.consensys.quorum.tessera |
ArtifactId | ArtifactIdtessera-core |
Version | Version20.10.0 |
Type | Typejar |
Filename | Size |
---|---|
tessera-core-20.10.0.pom | |
tessera-core-20.10.0.jar | 65 KB |
tessera-core-20.10.0-sources.jar | 32 KB |
tessera-core-20.10.0-javadoc.jar | 727 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.consensys.quorum.tessera/tessera-core/ -->
<dependency>
<groupId>net.consensys.quorum.tessera</groupId>
<artifactId>tessera-core</artifactId>
<version>20.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/tessera-core/
implementation 'net.consensys.quorum.tessera:tessera-core:20.10.0'
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/tessera-core/
implementation ("net.consensys.quorum.tessera:tessera-core:20.10.0")
'net.consensys.quorum.tessera:tessera-core:jar:20.10.0'
<dependency org="net.consensys.quorum.tessera" name="tessera-core" rev="20.10.0">
<artifact name="tessera-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.consensys.quorum.tessera', module='tessera-core', version='20.10.0')
)
libraryDependencies += "net.consensys.quorum.tessera" % "tessera-core" % "20.10.0"
[net.consensys.quorum.tessera/tessera-core "20.10.0"]