License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.ibm.etcd |
ArtifactId | ArtifactIdetcd-java |
Last Version | Last Version0.0.20 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionetcd-java
etcd3 java client and utilities
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
etcd-java-0.0.20.pom | |
etcd-java-0.0.20.jar | 1 MB |
etcd-java-0.0.20-sources.jar | 540 KB |
etcd-java-0.0.20-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.etcd/etcd-java/ -->
<dependency>
<groupId>com.ibm.etcd</groupId>
<artifactId>etcd-java</artifactId>
<version>0.0.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.etcd/etcd-java/
implementation 'com.ibm.etcd:etcd-java:0.0.20'
// https://jarcasting.com/artifacts/com.ibm.etcd/etcd-java/
implementation ("com.ibm.etcd:etcd-java:0.0.20")
'com.ibm.etcd:etcd-java:jar:0.0.20'
<dependency org="com.ibm.etcd" name="etcd-java" rev="0.0.20">
<artifact name="etcd-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.etcd', module='etcd-java', version='0.0.20')
)
libraryDependencies += "com.ibm.etcd" % "etcd-java" % "0.0.20"
[com.ibm.etcd/etcd-java "0.0.20"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-transport-native-epoll | jar | 4.1.72.Final |
io.grpc : grpc-netty | jar | 1.45.1 |
io.grpc : grpc-protobuf | jar | 1.45.1 |
io.grpc : grpc-stub | jar | 1.45.1 |
com.google.protobuf : protobuf-java | jar | 3.20.0 |
com.google.code.gson : gson | jar | 2.9.0 |
com.google.guava : guava | jar | 31.1-jre |
org.slf4j : slf4j-api | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomcat : tomcat-annotations-api | jar | 9.0.62 |
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-tcnative-boringssl-static | jar | 2.0.46.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.slf4j : slf4j-simple | jar | 1.7.36 |