Download etcd-client-0.33.jar file - Jar e

Jar examples for e:etcd-client

Description

Simple Java client to interact with CoreOS's etcd

You can download jar file etcd-client 0.33 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add etcd-client-0.33.jar to your project.

<dependency>
   <groupId>io.fastjson</groupId>
   <artifactId>etcd-client</artifactId>
   <version>0.33</version>
</dependency>
compile group: 'io.fastjson', name: 'etcd-client', version: '0.33'
libraryDependencies += "io.fastjson" % "etcd-client" % "0.33"
<dependency org="io.fastjson" name="etcd-client" rev="0.33"/>
@Grapes(@Grab(group='io.fastjson', module='etcd-client', version='0.33'))
'io.fastjson:etcd-client:jar:0.33'

Download

Click the following link to download the jar file.

etcd-client-0.33-javadoc.jar
etcd-client-0.33-sources.jar
etcd-client-0.33.jar
etcd-client-0.33.pom



Related Tutorials