is not current version
Last Version 2.0.53.Final

io.netty:netty-tcnative 1.1.32.Fork1

A Mavenized fork of Tomcat Native which incorporates various patches

Categories

Categories

Net Native Development Tools Netty Networking
GroupId

GroupId

io.netty
ArtifactId

ArtifactId

netty-tcnative
Version

Version

1.1.32.Fork1
Type

Type

jar

Download netty-tcnative 1.1.32.Fork1


<!-- https://jarcasting.com/artifacts/io.netty/netty-tcnative/ -->
<dependency>
    <groupId>io.netty</groupId>
    <artifactId>netty-tcnative</artifactId>
    <version>1.1.32.Fork1</version>
</dependency>
// https://jarcasting.com/artifacts/io.netty/netty-tcnative/
implementation 'io.netty:netty-tcnative:1.1.32.Fork1'
// https://jarcasting.com/artifacts/io.netty/netty-tcnative/
implementation ("io.netty:netty-tcnative:1.1.32.Fork1")
'io.netty:netty-tcnative:jar:1.1.32.Fork1'
<dependency org="io.netty" name="netty-tcnative" rev="1.1.32.Fork1">
  <artifact name="netty-tcnative" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.netty', module='netty-tcnative', version='1.1.32.Fork1')
)
libraryDependencies += "io.netty" % "netty-tcnative" % "1.1.32.Fork1"
[io.netty/netty-tcnative "1.1.32.Fork1"]