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