Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.consensys.quorum.tessera |
ArtifactId | ArtifactIdshared |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
shared-1.0.0.pom | |
shared-1.0.0.jar | 24 KB |
shared-1.0.0-sources.jar | 14 KB |
shared-1.0.0-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>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/shared/
implementation 'net.consensys.quorum.tessera:shared:1.0.0'
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/shared/
implementation ("net.consensys.quorum.tessera:shared:1.0.0")
'net.consensys.quorum.tessera:shared:jar:1.0.0'
<dependency org="net.consensys.quorum.tessera" name="shared" rev="1.0.0">
<artifact name="shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.consensys.quorum.tessera', module='shared', version='1.0.0')
)
libraryDependencies += "net.consensys.quorum.tessera" % "shared" % "1.0.0"
[net.consensys.quorum.tessera/shared "1.0.0"]