не последняя версия
Последняя версия 5.0.0.Alpha2

io.netty:netty-parent 4.0.49.Final

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.

Категории

Категории

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

Группа

io.netty
Идентификатор

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

netty-parent
Версия

Версия

4.0.49.Final
Тип

Тип

pom

Скачать netty-parent 4.0.49.Final

Имя Файла Размер
netty-parent-4.0.49.Final.pom 49 KB
Обзор

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