j

jetcd-all

文件下载
文件名 操作
jetcd-all-0.5.10.jar 下载
jetcd-all-0.5.10.pom 下载
jetcd-all-0.5.10-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.etcd</groupId>
  <artifactId>jetcd-all</artifactId>
  <version>0.5.10</version>
</dependency>
Gradle Groovy
implementation 'io.etcd:jetcd-all:0.5.10'
Gradle Kotlin
implementation("io.etcd:jetcd-all:0.5.10")
Scala SBT
libraryDependencies += "io.etcd" % "jetcd-all" % "0.5.10"
Groovy Grape
@Grapes(
  @Grab(group='io.etcd', module='jetcd-all', version='0.5.10')
)
Apache Ivy
<dependency org="io.etcd" name="jetcd-all" rev="0.5.10" />
Leiningen
[io.etcd/jetcd-all "0.5.10"]
Apache Buildr
'io.etcd:jetcd-all:jar:0.5.10'