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