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