License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcom.github.fmjsjx |
ArtifactId | ArtifactIdlibnetty-bom |
Version | Version2.4.2 |
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.4.2.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty-bom/ -->
<dependency>
<groupId>com.github.fmjsjx</groupId>
<artifactId>libnetty-bom</artifactId>
<version>2.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty-bom/
implementation 'com.github.fmjsjx:libnetty-bom:2.4.2'
// https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty-bom/
implementation ("com.github.fmjsjx:libnetty-bom:2.4.2")
'com.github.fmjsjx:libnetty-bom:pom:2.4.2'
<dependency org="com.github.fmjsjx" name="libnetty-bom" rev="2.4.2">
<artifact name="libnetty-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fmjsjx', module='libnetty-bom', version='2.4.2')
)
libraryDependencies += "com.github.fmjsjx" % "libnetty-bom" % "2.4.2"
[com.github.fmjsjx/libnetty-bom "2.4.2"]