MVN

com.luhuiguo.netty : netty-tcnative-openssl-static

Maven & Gradle

Feb 28, 2022
2 usages

Netty/TomcatNative [OpenSSL - Static] · A Mavenized fork of Tomcat Native which incorporates various patches. This artifact is statically linked to OpenSSL and Apache APR.

<dependency>
    <groupId>com.luhuiguo.netty</groupId>
    <artifactId>netty-tcnative-openssl-static</artifactId>
    <version>2.0.47.GM</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.luhuiguo.netty : netty-tcnative-openssl-static to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.47.GM

All Versions

Choose a version of com.luhuiguo.netty : netty-tcnative-openssl-static to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
netty-tcnative-openssl-static-2.0.47.GM
netty-tcnative-openssl-static-2.0.46.GM
netty-tcnative-openssl-static-2.0.46.Final

How to add a dependency to Maven

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

<dependency>
    <groupId>com.luhuiguo.netty</groupId>
    <artifactId>netty-tcnative-openssl-static</artifactId>
    <version>2.0.47.GM</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.luhuiguo.netty : netty-tcnative-openssl-static gradle dependency to your build.gradle file:

implementation 'com.luhuiguo.netty:netty-tcnative-openssl-static:2.0.47.GM'

Gradle Kotlin DSL: Add the following com.luhuiguo.netty : netty-tcnative-openssl-static gradle kotlin dependency to your build.gradle.kts file:

implementation("com.luhuiguo.netty:netty-tcnative-openssl-static:2.0.47.GM")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.luhuiguo.netty : netty-tcnative-openssl-static sbt scala dependency to your build.sbt file:

libraryDependencies += "com.luhuiguo.netty" % "netty-tcnative-openssl-static" % "2.0.47.GM"