не последняя версия
Последняя версия 3.3.5

com.weicoder:netty 2.6.1


Категории

Категории

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

Группа

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

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

netty
Версия

Версия

2.6.1
Тип

Тип

jar

Скачать netty 2.6.1

Имя Файла Размер
netty-2.6.1.pom
netty-2.6.1.jar 1 KB
netty-2.6.1-sources.jar 1 KB
Обзор

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