l

libnetty-fastcgi

A set of some useful libraries based on netty4.1.x.
https://github.com/fmjsjx/libnetty
MIT License
MJ Fang
Files download
File Operation
libnetty-fastcgi-3.2.0.jar download
libnetty-fastcgi-3.2.0.pom download
libnetty-fastcgi-3.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fmjsjx</groupId>
  <artifactId>libnetty-fastcgi</artifactId>
  <version>3.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.fmjsjx:libnetty-fastcgi:3.2.0'
Gradle Kotlin
implementation("com.github.fmjsjx:libnetty-fastcgi:3.2.0")
Scala SBT
libraryDependencies += "com.github.fmjsjx" % "libnetty-fastcgi" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fmjsjx', module='libnetty-fastcgi', version='3.2.0')
)
Apache Ivy
<dependency org="com.github.fmjsjx" name="libnetty-fastcgi" rev="3.2.0" />
Leiningen
[com.github.fmjsjx/libnetty-fastcgi "3.2.0"]
Apache Buildr
'com.github.fmjsjx:libnetty-fastcgi:jar:3.2.0'