| Категории |
КатегорииСеть Netty Networking |
|---|---|
| Группа | Группаcom.weicoder |
| Идентификатор | Идентификаторnetty |
| Версия | Версия2.6.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| 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"]