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.8.3.jar download
jetcd-api-0.8.3.pom download
jetcd-api-0.8.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.etcd</groupId>
  <artifactId>jetcd-api</artifactId>
  <version>0.8.3</version>
</dependency>
Gradle Groovy
implementation 'io.etcd:jetcd-api:0.8.3'
Gradle Kotlin
implementation("io.etcd:jetcd-api:0.8.3")
Scala SBT
libraryDependencies += "io.etcd" % "jetcd-api" % "0.8.3"
Groovy Grape
@Grapes(
  @Grab(group='io.etcd', module='jetcd-api', version='0.8.3')
)
Apache Ivy
<dependency org="io.etcd" name="jetcd-api" rev="0.8.3" />
Leiningen
[io.etcd/jetcd-api "0.8.3"]
Apache Buildr
'io.etcd:jetcd-api:jar:0.8.3'
Dependencies