n

netty-tcnative-parent

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