j

jetcd-extensions

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