j

jetcd-test

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