etcd Client

Java support for etcd.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.mheath
ArtifactId

ArtifactId

etcd-client
Last Version

Last Version

0.4.2
Release Date

Release Date

Type

Type

jar
Description

Description

etcd Client
Java support for etcd.
Project URL

Project URL

https://github.com/mheath/etcd-java-client

Download etcd-client

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
io.netty : netty-all jar 4.0.17.Final
com.fasterxml.jackson.core : jackson-databind jar 2.3.2
org.slf4j : slf4j-api jar 1.7.6

test (2)

Group / Artifact Type Version
org.testng : testng jar 6.8.8
ch.qos.logback : logback-classic jar 1.1.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.4.2
0.4.1
0.4
0.3
0.2
0.1