| Категории |
КатегорииСеть Netty Networking |
|---|---|
| Группа | Группаcom.weicoder |
| Идентификатор | Идентификаторnetty3 |
| Версия | Версия3.3.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| netty3-3.3.7.pom | |
| netty3-3.3.7.jar | 7 KB |
| netty3-3.3.7-sources.jar | 4 KB |
| netty3-3.3.7-javadoc.jar | 409 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.weicoder/netty3/ -->
<dependency>
<groupId>com.weicoder</groupId>
<artifactId>netty3</artifactId>
<version>3.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.weicoder/netty3/
implementation 'com.weicoder:netty3:3.3.7'
// https://jarcasting.com/artifacts/com.weicoder/netty3/
implementation ("com.weicoder:netty3:3.3.7")
'com.weicoder:netty3:jar:3.3.7'
<dependency org="com.weicoder" name="netty3" rev="3.3.7">
<artifact name="netty3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.weicoder', module='netty3', version='3.3.7')
)
libraryDependencies += "com.weicoder" % "netty3" % "3.3.7"
[com.weicoder/netty3 "3.3.7"]