is not current version
Last Version 1.47.0

io.grpc:grpc-binder 1.42.2

gRPC BinderChannel

Categories

Categories

gRPC Net Networking
GroupId

GroupId

io.grpc
ArtifactId

ArtifactId

grpc-binder
Version

Version

1.42.2
Type

Type

aar

Download grpc-binder 1.42.2


<!-- https://jarcasting.com/artifacts/io.grpc/grpc-binder/ -->
<dependency>
    <groupId>io.grpc</groupId>
    <artifactId>grpc-binder</artifactId>
    <version>1.42.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.grpc/grpc-binder/
implementation 'io.grpc:grpc-binder:1.42.2'
// https://jarcasting.com/artifacts/io.grpc/grpc-binder/
implementation ("io.grpc:grpc-binder:1.42.2")
'io.grpc:grpc-binder:aar:1.42.2'
<dependency org="io.grpc" name="grpc-binder" rev="1.42.2">
  <artifact name="grpc-binder" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.grpc', module='grpc-binder', version='1.42.2')
)
libraryDependencies += "io.grpc" % "grpc-binder" % "1.42.2"
[io.grpc/grpc-binder "1.42.2"]