| Категории |
КатегорииСеть CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаnet.consensys.quorum.tessera |
| Идентификатор | Идентификаторjaxrs-client-unixsocket |
| Версия | Версия20.10.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/net.consensys.quorum.tessera/jaxrs-client-unixsocket/ -->
<dependency>
<groupId>net.consensys.quorum.tessera</groupId>
<artifactId>jaxrs-client-unixsocket</artifactId>
<version>20.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/jaxrs-client-unixsocket/
implementation 'net.consensys.quorum.tessera:jaxrs-client-unixsocket:20.10.0'
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/jaxrs-client-unixsocket/
implementation ("net.consensys.quorum.tessera:jaxrs-client-unixsocket:20.10.0")
'net.consensys.quorum.tessera:jaxrs-client-unixsocket:jar:20.10.0'
<dependency org="net.consensys.quorum.tessera" name="jaxrs-client-unixsocket" rev="20.10.0">
<artifact name="jaxrs-client-unixsocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.consensys.quorum.tessera', module='jaxrs-client-unixsocket', version='20.10.0')
)
libraryDependencies += "net.consensys.quorum.tessera" % "jaxrs-client-unixsocket" % "20.10.0"
[net.consensys.quorum.tessera/jaxrs-client-unixsocket "20.10.0"]