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