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