j

jetcd-grpc

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