Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.github.fmjsjx |
ArtifactId | ArtifactIdlibnetty-bom |
Version | Version1.2.0.Final |
Type | Typepom |
Filename | Size |
---|---|
libnetty-bom-1.2.0.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.2.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty-bom/
implementation 'com.github.fmjsjx:libnetty-bom:1.2.0.Final'
// https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty-bom/
implementation ("com.github.fmjsjx:libnetty-bom:1.2.0.Final")
'com.github.fmjsjx:libnetty-bom:pom:1.2.0.Final'
<dependency org="com.github.fmjsjx" name="libnetty-bom" rev="1.2.0.Final">
<artifact name="libnetty-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fmjsjx', module='libnetty-bom', version='1.2.0.Final')
)
libraryDependencies += "com.github.fmjsjx" % "libnetty-bom" % "1.2.0.Final"
[com.github.fmjsjx/libnetty-bom "1.2.0.Final"]