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