is not current version
Last Version 1.3.2.Final

com.github.fmjsjx:libnetty 1.1.2.Final

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

Categories

Categories

Net Netty Networking
GroupId

GroupId

com.github.fmjsjx
ArtifactId

ArtifactId

libnetty
Version

Version

1.1.2.Final
Type

Type

pom

Download libnetty 1.1.2.Final

Filename Size
libnetty-1.1.2.Final.pom 10 KB
Browse

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