License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.mheath |
ArtifactId | ArtifactIdetcd-client |
Last Version | Last Version0.4.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionetcd Client
Java support for etcd.
|
Project URL |
Project URL |
Filename | Size |
---|---|
etcd-client-0.4.2.pom | |
etcd-client-0.4.2.jar | 36 KB |
etcd-client-0.4.2-sources.jar | 19 KB |
etcd-client-0.4.2-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mheath/etcd-client/ -->
<dependency>
<groupId>com.github.mheath</groupId>
<artifactId>etcd-client</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mheath/etcd-client/
implementation 'com.github.mheath:etcd-client:0.4.2'
// https://jarcasting.com/artifacts/com.github.mheath/etcd-client/
implementation ("com.github.mheath:etcd-client:0.4.2")
'com.github.mheath:etcd-client:jar:0.4.2'
<dependency org="com.github.mheath" name="etcd-client" rev="0.4.2">
<artifact name="etcd-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mheath', module='etcd-client', version='0.4.2')
)
libraryDependencies += "com.github.mheath" % "etcd-client" % "0.4.2"
[com.github.mheath/etcd-client "0.4.2"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-all | jar | 4.0.17.Final |
com.fasterxml.jackson.core : jackson-databind | jar | 2.3.2 |
org.slf4j : slf4j-api | jar | 1.7.6 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.8 |
ch.qos.logback : logback-classic | jar | 1.1.1 |