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