MVN

com.github.fmjsjx : libnetty

Maven & Gradle

Dec 31, 2020
10 stars

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

<dependency>
    <groupId>com.github.fmjsjx</groupId>
    <artifactId>libnetty</artifactId>
    <version>1.3.2.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.fmjsjx : libnetty to add to Maven - Latest Versions:

  • Latest Stable: 1.3.2.Final

All Versions

Choose a version of com.github.fmjsjx : libnetty to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
libnetty-1.3.2.Final
libnetty-1.3.1.Final
libnetty-1.3.0.Final
1.2.x
libnetty-1.2.2.Final
libnetty-1.2.1.Final
libnetty-1.2.0.Final
1.1.x
libnetty-1.1.5.Final
libnetty-1.1.4.Final
libnetty-1.1.3.Final
libnetty-1.1.2.Final
libnetty-1.1.1.Final
libnetty-1.1.0.Final
1.0.x
libnetty-1.0.1.Final

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.fmjsjx</groupId>
    <artifactId>libnetty</artifactId>
    <version>1.3.2.Final</version>
</dependency>

Advertisement