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