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