| Categories |
CategoriesNet Netty Networking |
|---|---|
| GroupId | GroupIdcom.github.fmjsjx |
| ArtifactId | ArtifactIdlibnetty-bom |
| Version | Version1.1.1.Final |
| Type | Typepom |
| Filename | Size |
|---|---|
| libnetty-bom-1.1.1.Final.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty-bom/ -->
<dependency>
<groupId>com.github.fmjsjx</groupId>
<artifactId>libnetty-bom</artifactId>
<version>1.1.1.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty-bom/
implementation 'com.github.fmjsjx:libnetty-bom:1.1.1.Final'
// https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty-bom/
implementation ("com.github.fmjsjx:libnetty-bom:1.1.1.Final")
'com.github.fmjsjx:libnetty-bom:pom:1.1.1.Final'
<dependency org="com.github.fmjsjx" name="libnetty-bom" rev="1.1.1.Final">
<artifact name="libnetty-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fmjsjx', module='libnetty-bom', version='1.1.1.Final')
)
libraryDependencies += "com.github.fmjsjx" % "libnetty-bom" % "1.1.1.Final"
[com.github.fmjsjx/libnetty-bom "1.1.1.Final"]