License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcom.github.fmjsjx |
ArtifactId | ArtifactIdlibnetty-transport |
Last Version | Last Version2.4.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlibnetty/Transport
A set of some useful libraries based on netty4.1.x.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
libnetty-transport-2.4.3.pom | |
libnetty-transport-2.4.3.jar | 13 KB |
libnetty-transport-2.4.3-sources.jar | 7 KB |
libnetty-transport-2.4.3-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty-transport/ -->
<dependency>
<groupId>com.github.fmjsjx</groupId>
<artifactId>libnetty-transport</artifactId>
<version>2.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty-transport/
implementation 'com.github.fmjsjx:libnetty-transport:2.4.3'
// https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty-transport/
implementation ("com.github.fmjsjx:libnetty-transport:2.4.3")
'com.github.fmjsjx:libnetty-transport:jar:2.4.3'
<dependency org="com.github.fmjsjx" name="libnetty-transport" rev="2.4.3">
<artifact name="libnetty-transport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fmjsjx', module='libnetty-transport', version='2.4.3')
)
libraryDependencies += "com.github.fmjsjx" % "libnetty-transport" % "2.4.3"
[com.github.fmjsjx/libnetty-transport "2.4.3"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-transport | jar | 4.1.74.Final |
io.netty : netty-transport-native-epoll Optional | jar | 4.1.74.Final |
io.netty : netty-transport-native-kqueue Optional | jar | 4.1.74.Final |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.36 |