is not current version
Last Version 1.47.0

io.grpc:grpc-netty-shaded 1.21.0

gRPC: Netty Shaded

Categories

Categories

Net gRPC Networking Netty
GroupId

GroupId

io.grpc
ArtifactId

ArtifactId

grpc-netty-shaded
Version

Version

1.21.0
Type

Type

jar

Download grpc-netty-shaded 1.21.0


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