j

jetcd-api

jetcd-api
https://github.com/etcd-io/jetcd
The Apache Software License, Version 2.0
Luca Burgazzoli Fanmin Shi Xiang Li Anthony Romano
Files download
File Operation
jetcd-api-0.7.6.jar download
jetcd-api-0.7.6.pom download
jetcd-api-0.7.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.etcd</groupId>
  <artifactId>jetcd-api</artifactId>
  <version>0.7.6</version>
</dependency>
Gradle Groovy
implementation 'io.etcd:jetcd-api:0.7.6'
Gradle Kotlin
implementation("io.etcd:jetcd-api:0.7.6")
Scala SBT
libraryDependencies += "io.etcd" % "jetcd-api" % "0.7.6"
Groovy Grape
@Grapes(
  @Grab(group='io.etcd', module='jetcd-api', version='0.7.6')
)
Apache Ivy
<dependency org="io.etcd" name="jetcd-api" rev="0.7.6" />
Leiningen
[io.etcd/jetcd-api "0.7.6"]
Apache Buildr
'io.etcd:jetcd-api:jar:0.7.6'
Dependencies