| License |
License |
|---|---|
| GroupId | GroupIdcom.xqbase |
| ArtifactId | ArtifactIdetcd4j |
| Version | Version1.2 |
| Type | Typejar |
| Description |
Descriptionetcd4j
An async ETCD Java Client.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| etcd4j-1.2.pom | |
| etcd4j-1.2.jar | 15 KB |
| etcd4j-1.2-sources.jar | 5 KB |
| etcd4j-1.2-javadoc.jar | 57 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.xqbase/etcd4j/ -->
<dependency>
<groupId>com.xqbase</groupId>
<artifactId>etcd4j</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.xqbase/etcd4j/
implementation 'com.xqbase:etcd4j:1.2'
// https://jarcasting.com/artifacts/com.xqbase/etcd4j/
implementation ("com.xqbase:etcd4j:1.2")
'com.xqbase:etcd4j:jar:1.2'
<dependency org="com.xqbase" name="etcd4j" rev="1.2">
<artifact name="etcd4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xqbase', module='etcd4j', version='1.2')
)
libraryDependencies += "com.xqbase" % "etcd4j" % "1.2"
[com.xqbase/etcd4j "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpasyncclient | jar | 4.0.2 |
| com.google.guava : guava | jar | 14.0.1 |
| com.google.code.gson : gson | jar | 2.2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.jetty : jetty-server | jar | 8.1.16.v20140903 |
| org.eclipse.jetty : jetty-servlet | jar | 8.1.16.v20140903 |
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-all | jar | 1.3 |