j

jetcd-ctl

jetcd-ctl
'https://github.com/etcd-io/jetcd'
The Apache Software License, Version 2.0
Luca Burgazzoli Fanmin Shi Xiang Li Anthony Romano
文件下载
文件名 操作
jetcd-ctl-0.7.0.jar 下载
jetcd-ctl-0.7.0.pom 下载
jetcd-ctl-0.7.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.etcd</groupId>
  <artifactId>jetcd-ctl</artifactId>
  <version>0.7.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.etcd:jetcd-ctl:0.7.0'
Gradle Kotlin
implementation("io.etcd:jetcd-ctl:0.7.0")
Scala SBT
libraryDependencies += "io.etcd" % "jetcd-ctl" % "0.7.0"
Groovy Grape
@Grapes(
  @Grab(group='io.etcd', module='jetcd-ctl', version='0.7.0')
)
Apache Ivy
<dependency org="io.etcd" name="jetcd-ctl" rev="0.7.0" />
Leiningen
[io.etcd/jetcd-ctl "0.7.0"]
Apache Buildr
'io.etcd:jetcd-ctl:jar:0.7.0'