is not current version
Last Version 4.0.0.Alpha8

io.netty:netty 4.0.0.Alpha5


Categories

Categories

Net Netty Networking
GroupId

GroupId

io.netty
ArtifactId

ArtifactId

netty
Version

Version

4.0.0.Alpha5
Type

Type

jar

Download netty 4.0.0.Alpha5


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