n

netty-tcnative

A Mavenized fork of Tomcat Native which incorporates various patches
https://github.com/netty/netty-tcnative/
Files download
File Operation
netty-tcnative-1.1.30.Fork2.jar download
netty-tcnative-1.1.30.Fork2.pom download
netty-tcnative-1.1.30.Fork2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.netty</groupId>
  <artifactId>netty-tcnative</artifactId>
  <version>1.1.30.Fork2</version>
</dependency>
Gradle Groovy
implementation 'io.netty:netty-tcnative:1.1.30.Fork2'
Gradle Kotlin
implementation("io.netty:netty-tcnative:1.1.30.Fork2")
Scala SBT
libraryDependencies += "io.netty" % "netty-tcnative" % "1.1.30.Fork2"
Groovy Grape
@Grapes(
  @Grab(group='io.netty', module='netty-tcnative', version='1.1.30.Fork2')
)
Apache Ivy
<dependency org="io.netty" name="netty-tcnative" rev="1.1.30.Fork2" />
Leiningen
[io.netty/netty-tcnative "1.1.30.Fork2"]
Apache Buildr
'io.netty:netty-tcnative:jar:1.1.30.Fork2'