is not current version
Last Version 30

io.netty:netty-build 11

Resources required to build Netty

Categories

Categories

Net Netty Networking
GroupId

GroupId

io.netty
ArtifactId

ArtifactId

netty-build
Version

Version

11
Type

Type

jar

Download netty-build 11


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