| License |
License |
|---|---|
| Categories |
CategoriesNet Netty Networking |
| GroupId | GroupIdio.netty |
| ArtifactId | ArtifactIdnetty5-bom |
| Last Version | Last Version5.0.0.Alpha2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionNetty5/BOM
Netty (Bill of Materials)
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| netty5-bom-5.0.0.Alpha2.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.netty/netty5-bom/ -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty5-bom</artifactId>
<version>5.0.0.Alpha2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.netty/netty5-bom/
implementation 'io.netty:netty5-bom:5.0.0.Alpha2'
// https://jarcasting.com/artifacts/io.netty/netty5-bom/
implementation ("io.netty:netty5-bom:5.0.0.Alpha2")
'io.netty:netty5-bom:pom:5.0.0.Alpha2'
<dependency org="io.netty" name="netty5-bom" rev="5.0.0.Alpha2">
<artifact name="netty5-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.netty', module='netty5-bom', version='5.0.0.Alpha2')
)
libraryDependencies += "io.netty" % "netty5-bom" % "5.0.0.Alpha2"
[io.netty/netty5-bom "5.0.0.Alpha2"]