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.8.0-alpha3.jar download
libnetty-fastcgi-3.8.0-alpha3.pom download
libnetty-fastcgi-3.8.0-alpha3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fmjsjx</groupId>
  <artifactId>libnetty-fastcgi</artifactId>
  <version>3.8.0-alpha3</version>
</dependency>
Gradle Groovy
implementation 'com.github.fmjsjx:libnetty-fastcgi:3.8.0-alpha3'
Gradle Kotlin
implementation("com.github.fmjsjx:libnetty-fastcgi:3.8.0-alpha3")
Scala SBT
libraryDependencies += "com.github.fmjsjx" % "libnetty-fastcgi" % "3.8.0-alpha3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fmjsjx', module='libnetty-fastcgi', version='3.8.0-alpha3')
)
Apache Ivy
<dependency org="com.github.fmjsjx" name="libnetty-fastcgi" rev="3.8.0-alpha3" />
Leiningen
[com.github.fmjsjx/libnetty-fastcgi "3.8.0-alpha3"]
Apache Buildr
'com.github.fmjsjx:libnetty-fastcgi:jar:3.8.0-alpha3'