is not current version
Last Version 1.47.0

io.grpc:grpc-netty 1.15.1

gRPC: Netty

Categories

Categories

Net gRPC Networking Netty
GroupId

GroupId

io.grpc
ArtifactId

ArtifactId

grpc-netty
Version

Version

1.15.1
Type

Type

jar

Download grpc-netty 1.15.1


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