License |
License |
---|---|
GroupId | GroupIdorg.mousio |
ArtifactId | ArtifactIdetcd4j |
Last Version | Last Version2.18.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionetcd4j
etcd4j is a Java/Netty based etcd client
|
Project URL |
Project URL |
Filename | Size |
---|---|
etcd4j-2.18.0.pom | |
etcd4j-2.18.0.jar | 84 KB |
etcd4j-2.18.0-sources.jar | 59 KB |
etcd4j-2.18.0-javadoc.jar | 240 KB |
etcd4j-2.18.0-features.xml | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mousio/etcd4j/ -->
<dependency>
<groupId>org.mousio</groupId>
<artifactId>etcd4j</artifactId>
<version>2.18.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mousio/etcd4j/
implementation 'org.mousio:etcd4j:2.18.0'
// https://jarcasting.com/artifacts/org.mousio/etcd4j/
implementation ("org.mousio:etcd4j:2.18.0")
'org.mousio:etcd4j:jar:2.18.0'
<dependency org="org.mousio" name="etcd4j" rev="2.18.0">
<artifact name="etcd4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mousio', module='etcd4j', version='2.18.0')
)
libraryDependencies += "org.mousio" % "etcd4j" % "2.18.0"
[org.mousio/etcd4j "2.18.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
io.netty : netty-codec-dns | jar | 4.1.45.Final |
io.netty : netty-codec-http | jar | 4.1.45.Final |
io.netty : netty-handler | jar | 4.1.45.Final |
io.netty : netty-resolver-dns | jar | 4.1.45.Final |
com.fasterxml.jackson.core : jackson-core | jar | 2.10.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.2 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.10.2 |
com.fasterxml.jackson.module : jackson-module-afterburner | jar | 2.10.2 |
com.github.wnameless : json-flattener | jar | 0.6.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.testcontainers : testcontainers | jar | 1.10.5 |
com.xebialabs.restito : restito | jar | 0.9.3 |
org.assertj : assertj-core | jar | 3.11.1 |
ch.qos.logback : logback-classic | jar | 1.2.3 |