is not current version
Last Version 2.4.3

com.github.fmjsjx:libnetty-bom 2.2.2

A set of some useful libraries based on netty4.1.x.

Categories

Categories

Net Netty Networking
GroupId

GroupId

com.github.fmjsjx
ArtifactId

ArtifactId

libnetty-bom
Version

Version

2.2.2
Type

Type

pom

Download libnetty-bom 2.2.2


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