MVN

io.netty : netty-tcnative

Maven & Gradle

May 05, 2023
158 usages
223 stars

Netty/TomcatNative [OpenSSL - Dynamic] · A Mavenized fork of Tomcat Native which incorporates various patches. This artifact is dynamically linked to OpenSSL.

<dependency>
    <groupId>io.netty</groupId>
    <artifactId>netty-tcnative</artifactId>
    <version>2.0.61.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.netty : netty-tcnative to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.61.Final
  • Latest Beta: 2.0.0.Beta7

All Versions

Choose a version of io.netty : netty-tcnative to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
netty-tcnative-2.0.61.Final
netty-tcnative-2.0.60.Final
netty-tcnative-2.0.59.Final
netty-tcnative-2.0.58.Final
netty-tcnative-2.0.57.Final
netty-tcnative-2.0.56.Final
netty-tcnative-2.0.55.Final
netty-tcnative-2.0.54.Final
netty-tcnative-2.0.53.Final
netty-tcnative-2.0.52.Final
netty-tcnative-2.0.51.Final
netty-tcnative-2.0.50.Final
netty-tcnative-2.0.49.Final
netty-tcnative-2.0.48.Final
netty-tcnative-2.0.47.Final
netty-tcnative-2.0.46.Final
netty-tcnative-2.0.45.Final
netty-tcnative-2.0.44.Final
netty-tcnative-2.0.43.Final
netty-tcnative-2.0.42.Final
netty-tcnative-2.0.41.Final
netty-tcnative-2.0.40.Final
netty-tcnative-2.0.39.Final
netty-tcnative-2.0.38.Final
netty-tcnative-2.0.37.Final
netty-tcnative-2.0.36.Final
netty-tcnative-2.0.35.Final
netty-tcnative-2.0.34.Final
netty-tcnative-2.0.33.Final
netty-tcnative-2.0.32.Final
netty-tcnative-2.0.31.Final
netty-tcnative-2.0.30.Final
netty-tcnative-2.0.29.Final
netty-tcnative-2.0.28.Final
netty-tcnative-2.0.27.Final
netty-tcnative-2.0.26.Final
netty-tcnative-2.0.25.Final
netty-tcnative-2.0.24.Final
netty-tcnative-2.0.23.Final
netty-tcnative-2.0.22.Final
netty-tcnative-2.0.21.Final
netty-tcnative-2.0.20.Final
netty-tcnative-2.0.19.Final
netty-tcnative-2.0.18.Final
netty-tcnative-2.0.17.Final
netty-tcnative-2.0.16.Final
netty-tcnative-2.0.15.Final
netty-tcnative-2.0.14.Final
netty-tcnative-2.0.13.Final
netty-tcnative-2.0.12.Final
netty-tcnative-2.0.11.Final
netty-tcnative-2.0.10.Final
netty-tcnative-2.0.9.Final
netty-tcnative-2.0.8.Final
netty-tcnative-2.0.7.Final
netty-tcnative-2.0.6.Final
netty-tcnative-2.0.5.Final
netty-tcnative-2.0.4.Final
netty-tcnative-2.0.3.Final
netty-tcnative-2.0.2.Final
netty-tcnative-2.0.1.Final
netty-tcnative-2.0.0.Final
netty-tcnative-2.0.0.Beta7
netty-tcnative-2.0.0.Beta6
netty-tcnative-2.0.0.Beta5
netty-tcnative-2.0.0.Beta4
netty-tcnative-2.0.0.Beta3
netty-tcnative-2.0.0.Beta2
netty-tcnative-2.0.0.Beta1
1.1.x
netty-tcnative-1.1.33.Fork26
netty-tcnative-1.1.33.Fork25
netty-tcnative-1.1.33.Fork24
netty-tcnative-1.1.33.Fork23
netty-tcnative-1.1.33.Fork22
netty-tcnative-1.1.33.Fork21
netty-tcnative-1.1.33.Fork20
netty-tcnative-1.1.33.Fork19
netty-tcnative-1.1.33.Fork18
netty-tcnative-1.1.33.Fork17
netty-tcnative-1.1.33.Fork16
netty-tcnative-1.1.33.Fork15
netty-tcnative-1.1.33.Fork14
netty-tcnative-1.1.33.Fork13
netty-tcnative-1.1.33.Fork12
netty-tcnative-1.1.33.Fork11
netty-tcnative-1.1.33.Fork10
netty-tcnative-1.1.33.Fork9
netty-tcnative-1.1.33.Fork8
netty-tcnative-1.1.33.Fork7
netty-tcnative-1.1.33.Fork6
netty-tcnative-1.1.33.Fork5
netty-tcnative-1.1.33.Fork4
netty-tcnative-1.1.33.Fork3
netty-tcnative-1.1.33.Fork2
netty-tcnative-1.1.33.Fork1
netty-tcnative-1.1.32.Fork1
netty-tcnative-1.1.30.Fork3
netty-tcnative-1.1.30.Fork2
netty-tcnative-1.1.30.Fork1

How to add a dependency to Maven

Add the following io.netty : netty-tcnative maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.netty</groupId>
    <artifactId>netty-tcnative</artifactId>
    <version>2.0.61.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.netty : netty-tcnative gradle dependency to your build.gradle file:

implementation 'io.netty:netty-tcnative:2.0.61.Final'

Gradle Kotlin DSL: Add the following io.netty : netty-tcnative gradle kotlin dependency to your build.gradle.kts file:

implementation("io.netty:netty-tcnative:2.0.61.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.netty : netty-tcnative sbt scala dependency to your build.sbt file:

libraryDependencies += "io.netty" % "netty-tcnative" % "2.0.61.Final"

Advertisement

Dependencies from Group

Aug 23, 2023
2.4k usages
32.7k stars
Aug 23, 2023
1.6k usages
31.4k stars
Aug 23, 2023
1.3k usages
31.4k stars
Aug 23, 2023
1.2k usages
31.4k stars
Aug 23, 2023
1.2k usages
31.4k stars

Discover Dependencies

Aug 23, 2023
231 usages
31.4k stars
Aug 23, 2023
547 usages
31.4k stars
Aug 23, 2023
31.4k stars
Aug 23, 2023
339 usages
31.4k stars
Aug 23, 2023
124 usages
31.4k stars
Aug 23, 2023
154 usages
31.4k stars
Aug 23, 2023
1.3k usages
31.4k stars
Jun 27, 2023
2 usages
1.3k stars
Oct 31, 2015
257 stars