n

netty-tcnative

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