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