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