Files download
File Operation
grpc-binder-1.68.0.pom download
grpc-binder-1.68.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.grpc</groupId>
  <artifactId>grpc-binder</artifactId>
  <version>1.68.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.grpc:grpc-binder:1.68.0'
Gradle Kotlin
implementation("io.grpc:grpc-binder:1.68.0")
Scala SBT
libraryDependencies += "io.grpc" % "grpc-binder" % "1.68.0"
Groovy Grape
@Grapes(
  @Grab(group='io.grpc', module='grpc-binder', version='1.68.0')
)
Apache Ivy
<dependency org="io.grpc" name="grpc-binder" rev="1.68.0" />
Leiningen
[io.grpc/grpc-binder "1.68.0"]
Apache Buildr
'io.grpc:grpc-binder:jar:1.68.0'