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