MVN

org.apache.hbase.thirdparty : hbase-shaded-netty-tcnative

Maven & Gradle

Sep 27, 2023

Apache HBase Relocated (Shaded) netty-tcnative Libs · Packaging of relocated (renamed, shaded) third-party libraries used by hbase.

<dependency>
    <groupId>org.apache.hbase.thirdparty</groupId>
    <artifactId>hbase-shaded-netty-tcnative</artifactId>
    <version>4.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.hbase.thirdparty : hbase-shaded-netty-tcnative to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.5

All Versions

Choose a version of org.apache.hbase.thirdparty : hbase-shaded-netty-tcnative to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
hbase-shaded-netty-tcnative-4.1.5

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.hbase.thirdparty</groupId>
    <artifactId>hbase-shaded-netty-tcnative</artifactId>
    <version>4.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.hbase.thirdparty : hbase-shaded-netty-tcnative gradle dependency to your build.gradle file:

implementation 'org.apache.hbase.thirdparty:hbase-shaded-netty-tcnative:4.1.5'

Gradle Kotlin DSL: Add the following org.apache.hbase.thirdparty : hbase-shaded-netty-tcnative gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.hbase.thirdparty:hbase-shaded-netty-tcnative:4.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.hbase.thirdparty : hbase-shaded-netty-tcnative sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.hbase.thirdparty" % "hbase-shaded-netty-tcnative" % "4.1.5"