is not current version
Last Version 0.4.2

com.github.mheath:etcd-client 0.3

Java support for etcd.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.mheath
ArtifactId

ArtifactId

etcd-client
Version

Version

0.3
Type

Type

jar

Download etcd-client 0.3


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