Files download
File Operation
netty-servlet-2.3.14.jar download
netty-servlet-2.3.14.pom download
netty-servlet-2.3.14-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.wangzihaogithub</groupId>
  <artifactId>netty-servlet</artifactId>
  <version>2.3.14</version>
</dependency>
Gradle Groovy
implementation 'com.github.wangzihaogithub:netty-servlet:2.3.14'
Gradle Kotlin
implementation("com.github.wangzihaogithub:netty-servlet:2.3.14")
Scala SBT
libraryDependencies += "com.github.wangzihaogithub" % "netty-servlet" % "2.3.14"
Groovy Grape
@Grapes(
  @Grab(group='com.github.wangzihaogithub', module='netty-servlet', version='2.3.14')
)
Apache Ivy
<dependency org="com.github.wangzihaogithub" name="netty-servlet" rev="2.3.14" />
Leiningen
[com.github.wangzihaogithub/netty-servlet "2.3.14"]
Apache Buildr
'com.github.wangzihaogithub:netty-servlet:jar:2.3.14'