n

netty-tcnative

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