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