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