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

io.grpc:grpc-netty-shaded 1.23.0

gRPC: Netty Shaded

Категории

Категории

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

Группа

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

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

grpc-netty-shaded
Версия

Версия

1.23.0
Тип

Тип

jar

Скачать grpc-netty-shaded 1.23.0


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