j

jetcd-all

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