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