MVN

io.netty : netty5-bom

Maven & Gradle

Sep 28, 2022
32.7k stars

Netty5/BOM · Netty (Bill of Materials)

<dependency>
    <groupId>io.netty</groupId>
    <artifactId>netty5-bom</artifactId>
    <version>5.0.0.Alpha5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.netty : netty5-bom to add to Maven - Latest Versions:

  • Latest Stable: 5.0.0.Alpha5
  • Latest Alpha: 5.0.0.Alpha5

All Versions

Choose a version of io.netty : netty5-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
5.0.x
netty5-bom-5.0.0.Alpha5
netty5-bom-5.0.0.Alpha4
netty5-bom-5.0.0.Alpha3
netty5-bom-5.0.0.Alpha2
netty5-bom-5.0.0.Alpha1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.netty</groupId>
    <artifactId>netty5-bom</artifactId>
    <version>5.0.0.Alpha5</version>
</dependency>

Advertisement