n

netty-tcnative

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