Last Version

etcd Java client 0.1.2

Simple Java client to interact with CoreOS's etcd

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

at.molindo
ArtifactId

ArtifactId

etcd-client
Version

Version

0.1.2
Type

Type

jar
Description

Description

etcd Java client
Simple Java client to interact with CoreOS's etcd
Project URL

Project URL

https://github.com/molindo/jetcd

Download etcd-client 0.1.2


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

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.httpcomponents : httpasyncclient jar 4.0.1
com.google.guava : guava jar 13.0
com.google.code.gson : gson jar 2.2.4
org.slf4j : slf4j-api jar 1.5.8
org.slf4j : jcl-over-slf4j jar 1.5.8

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.5.8
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.