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