j

jetcd-all

Files download
File Operation
jetcd-all-0.5.2.jar download
jetcd-all-0.5.2.pom download
jetcd-all-0.5.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.etcd</groupId>
  <artifactId>jetcd-all</artifactId>
  <version>0.5.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.etcd:jetcd-all:0.5.2'
Gradle Kotlin
implementation("io.etcd:jetcd-all:0.5.2")
Scala SBT
libraryDependencies += "io.etcd" % "jetcd-all" % "0.5.2"
Groovy Grape
@Grapes(
  @Grab(group='io.etcd', module='jetcd-all', version='0.5.2')
)
Apache Ivy
<dependency org="io.etcd" name="jetcd-all" rev="0.5.2" />
Leiningen
[io.etcd/jetcd-all "0.5.2"]
Apache Buildr
'io.etcd:jetcd-all:jar:0.5.2'