is not current version
Last Version 1.47.0

io.grpc:grpc-okhttp 1.16.1

gRPC: OkHttp

Categories

Categories

gRPC Net Networking
GroupId

GroupId

io.grpc
ArtifactId

ArtifactId

grpc-okhttp
Version

Version

1.16.1
Type

Type

jar

Download grpc-okhttp 1.16.1


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