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