License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.mlaccetti |
ArtifactId | ArtifactIdetcd-client |
Version | Version0.1.3 |
Type | Typejar |
Description |
Descriptionetcd Java client
Simple Java client to interact with CoreOS's etcd
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
etcd-client-0.1.3.pom | |
etcd-client-0.1.3.jar | 13 KB |
etcd-client-0.1.3-sources.jar | 7 KB |
etcd-client-0.1.3-javadoc.jar | 43 KB |
etcd-client-0.1.3-jar-with-dependencies.jar | 4 MB |
Browse |
<!-- 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"]
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 |
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 |