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