Last Version

etcd Java client 0.1.3

Simple Java client to interact with CoreOS's etcd

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.mlaccetti
ArtifactId

ArtifactId

etcd-client
Version

Version

0.1.3
Type

Type

jar
Description

Description

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

Project URL

https://github.com/mlaccetti/jetcd
Source Code Management

Source Code Management

https://github.com/mlaccetti/jetcd

Download etcd-client 0.1.3


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

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.httpcomponents : httpasyncclient jar 4.1.1
com.google.guava : guava jar 19.0
com.google.code.gson : gson jar 2.6.2
org.slf4j : slf4j-api jar 1.7.19

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19
org.slf4j : slf4j-simple jar 1.7.19

Project Modules

There are no modules declared in this project.