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