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