is not current version
Last Version 1.2

com.xqbase:etcd4j 1.0

A more powerful and stable etcd java client

GroupId

GroupId

com.xqbase
ArtifactId

ArtifactId

etcd4j
Version

Version

1.0
Type

Type

jar

Download 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"]