не последняя версия
Последняя версия 1.47.0

io.grpc:grpc-okhttp 1.0.0-pre2

gRPC: OkHttp

Категории

Категории

gRPC Сеть Networking
Группа

Группа

io.grpc
Идентификатор

Идентификатор

grpc-okhttp
Версия

Версия

1.0.0-pre2
Тип

Тип

jar

Скачать grpc-okhttp 1.0.0-pre2


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