License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcom.github.fmjsjx |
ArtifactId | ArtifactIdlibnetty-bom |
Version | Version2.2.9 |
Type | Typepom |
Description |
Descriptionlibnetty/BOM
A set of some useful libraries based on netty4.1.x.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
libnetty-bom-2.2.9.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty-bom/ -->
<dependency>
<groupId>com.github.fmjsjx</groupId>
<artifactId>libnetty-bom</artifactId>
<version>2.2.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty-bom/
implementation 'com.github.fmjsjx:libnetty-bom:2.2.9'
// https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty-bom/
implementation ("com.github.fmjsjx:libnetty-bom:2.2.9")
'com.github.fmjsjx:libnetty-bom:pom:2.2.9'
<dependency org="com.github.fmjsjx" name="libnetty-bom" rev="2.2.9">
<artifact name="libnetty-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fmjsjx', module='libnetty-bom', version='2.2.9')
)
libraryDependencies += "com.github.fmjsjx" % "libnetty-bom" % "2.2.9"
[com.github.fmjsjx/libnetty-bom "2.2.9"]