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