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