не последняя версия
Последняя версия 1.2

com.xqbase:etcd4j 1.0

A more powerful and stable etcd java client

Группа

Группа

com.xqbase
Идентификатор

Идентификатор

etcd4j
Версия

Версия

1.0
Тип

Тип

jar

Скачать etcd4j 1.0


<!-- https://jarcasting.com/artifacts/com.xqbase/etcd4j/ -->
<dependency>
    <groupId>com.xqbase</groupId>
    <artifactId>etcd4j</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xqbase/etcd4j/
implementation 'com.xqbase:etcd4j:1.0'
// https://jarcasting.com/artifacts/com.xqbase/etcd4j/
implementation ("com.xqbase:etcd4j:1.0")
'com.xqbase:etcd4j:jar:1.0'
<dependency org="com.xqbase" name="etcd4j" rev="1.0">
  <artifact name="etcd4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xqbase', module='etcd4j', version='1.0')
)
libraryDependencies += "com.xqbase" % "etcd4j" % "1.0"
[com.xqbase/etcd4j "1.0"]