не последняя версия
Последняя версия 1.3.2.Final

com.github.fmjsjx:libnetty 1.2.1.Final

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

Категории

Категории

Сеть Netty Networking
Группа

Группа

com.github.fmjsjx
Идентификатор

Идентификатор

libnetty
Версия

Версия

1.2.1.Final
Тип

Тип

pom

Скачать libnetty 1.2.1.Final

Имя Файла Размер
libnetty-1.2.1.Final.pom 10 KB
Обзор

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