Skip to content

Commit

Permalink
add Maven and Gradle part in the README.md....
Browse files Browse the repository at this point in the history
  • Loading branch information
adohe committed Oct 29, 2014
1 parent b07a2dd commit 91a45af
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,21 @@ A more powerful and stable Java client library for the awesome etcd, a highly av

## Download

This has not been put into the maven repository.

### Maven

```
<dependency>
<groupId>com.xqbase</groupId>
<artifactId>etcd4j</artifactId>
<version>1.0</version>
</dependency>
```
### Gradle

```
compile 'com.xqbase:etcd4j:1.0'
```
## Usage

Check out the [EtcdClientTest.java] for more details about how to use this library, but here's a quick code example:
Expand Down

0 comments on commit 91a45af

Please sign in to comment.