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