| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть Netty Networking |
| Группа | Группаio.netty |
| Идентификатор | Идентификаторnetty-build-common |
| Версия | Версия30 |
| Тип | Типjar |
| Описание |
ОписаниеNetty/Build/Common
Resources required to build Netty
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| netty-build-common-30.pom | |
| netty-build-common-30.jar | 15 KB |
| netty-build-common-30-sources.jar | 9 KB |
| netty-build-common-30-javadoc.jar | 45 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.netty/netty-build-common/ -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-build-common</artifactId>
<version>30</version>
</dependency>
// https://jarcasting.com/artifacts/io.netty/netty-build-common/
implementation 'io.netty:netty-build-common:30'
// https://jarcasting.com/artifacts/io.netty/netty-build-common/
implementation ("io.netty:netty-build-common:30")
'io.netty:netty-build-common:jar:30'
<dependency org="io.netty" name="netty-build-common" rev="30">
<artifact name="netty-build-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.netty', module='netty-build-common', version='30')
)
libraryDependencies += "io.netty" % "netty-build-common" % "30"
[io.netty/netty-build-common "30"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.puppycrawl.tools : checkstyle | jar | 8.29 |
| junit : junit | jar | 4.13.1 |