License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdat.molindo |
ArtifactId | ArtifactIdetcd-client |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionetcd Java client
Simple Java client to interact with CoreOS's etcd
|
Project URL |
Project URL |
Filename | Size |
---|---|
etcd-client-0.1.2.pom | |
etcd-client-0.1.2.jar | 14 KB |
etcd-client-0.1.2-sources.jar | 5 KB |
etcd-client-0.1.2-javadoc.jar | 55 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.5.8 |
junit : junit | jar | 4.11 |