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