is not current version
Last Version 2.0.53.Final

io.netty:netty-tcnative-parent 1.1.33.Fork13

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-parent
Version

Version

1.1.33.Fork13
Type

Type

pom

Download netty-tcnative-parent 1.1.33.Fork13


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