is not current version
Last Version 4.1.78.Final

io.netty:netty-bom 4.0.47.Final

Netty (Bill of Materials)

Categories

Categories

Net Netty Networking
GroupId

GroupId

io.netty
ArtifactId

ArtifactId

netty-bom
Version

Version

4.0.47.Final
Type

Type

pom

Download netty-bom 4.0.47.Final


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