MVN

org.apache.hbase : hbase-protocol-shaded

Maven & Gradle

Jun 02, 2023
29 usages

Apache HBase - Shaded Protocol · Shaded protobuf protocol classes used by HBase internally.

<dependency>
    <groupId>org.apache.hbase</groupId>
    <artifactId>hbase-protocol-shaded</artifactId>
    <version>2.5.5-hadoop3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.5.5-hadoop3
  • Latest Beta: 2.0.0-beta-2
  • Latest Alpha: 3.0.0-alpha-4

All Versions

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

Version Vulnerabilities Updated
3.0.x
hbase-protocol-shaded-3.0.0-alpha-4
hbase-protocol-shaded-3.0.0-alpha-3
hbase-protocol-shaded-3.0.0-alpha-2
hbase-protocol-shaded-3.0.0-alpha-1
2.5.x
hbase-protocol-shaded-2.5.5-hadoop3
hbase-protocol-shaded-2.5.5
hbase-protocol-shaded-2.5.4-hadoop3
hbase-protocol-shaded-2.5.4
hbase-protocol-shaded-2.5.3-hadoop3
hbase-protocol-shaded-2.5.3
hbase-protocol-shaded-2.5.2-hadoop3
hbase-protocol-shaded-2.5.2
hbase-protocol-shaded-2.5.1
hbase-protocol-shaded-2.5.0
2.4.x
hbase-protocol-shaded-2.4.17
hbase-protocol-shaded-2.4.16
hbase-protocol-shaded-2.4.15
hbase-protocol-shaded-2.4.14
hbase-protocol-shaded-2.4.13
hbase-protocol-shaded-2.4.12
hbase-protocol-shaded-2.4.11
hbase-protocol-shaded-2.4.10
hbase-protocol-shaded-2.4.9
hbase-protocol-shaded-2.4.8
hbase-protocol-shaded-2.4.7
hbase-protocol-shaded-2.4.6
hbase-protocol-shaded-2.4.5
hbase-protocol-shaded-2.4.4
hbase-protocol-shaded-2.4.3
hbase-protocol-shaded-2.4.2
hbase-protocol-shaded-2.4.1
hbase-protocol-shaded-2.4.0
2.3.x
hbase-protocol-shaded-2.3.7
hbase-protocol-shaded-2.3.6
hbase-protocol-shaded-2.3.5
hbase-protocol-shaded-2.3.4
hbase-protocol-shaded-2.3.3
hbase-protocol-shaded-2.3.2
hbase-protocol-shaded-2.3.1
hbase-protocol-shaded-2.3.0
2.2.x
hbase-protocol-shaded-2.2.7
hbase-protocol-shaded-2.2.6
hbase-protocol-shaded-2.2.5
hbase-protocol-shaded-2.2.4
hbase-protocol-shaded-2.2.3
hbase-protocol-shaded-2.2.2
hbase-protocol-shaded-2.2.1
hbase-protocol-shaded-2.2.0
2.1.x
hbase-protocol-shaded-2.1.10
hbase-protocol-shaded-2.1.9
hbase-protocol-shaded-2.1.8
hbase-protocol-shaded-2.1.7
hbase-protocol-shaded-2.1.6
hbase-protocol-shaded-2.1.5
hbase-protocol-shaded-2.1.4
hbase-protocol-shaded-2.1.3
hbase-protocol-shaded-2.1.2
hbase-protocol-shaded-2.1.1
hbase-protocol-shaded-2.1.0
2.0.x
hbase-protocol-shaded-2.0.6
hbase-protocol-shaded-2.0.5
hbase-protocol-shaded-2.0.4
hbase-protocol-shaded-2.0.3
hbase-protocol-shaded-2.0.2
hbase-protocol-shaded-2.0.1
hbase-protocol-shaded-2.0.0
hbase-protocol-shaded-2.0.0-beta-2
hbase-protocol-shaded-2.0.0-beta-1
hbase-protocol-shaded-2.0.0-alpha4
hbase-protocol-shaded-2.0.0-alpha3
hbase-protocol-shaded-2.0.0-alpha2
hbase-protocol-shaded-2.0.0-alpha-1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.hbase</groupId>
    <artifactId>hbase-protocol-shaded</artifactId>
    <version>2.5.5-hadoop3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.hbase:hbase-protocol-shaded:2.5.5-hadoop3'

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

implementation("org.apache.hbase:hbase-protocol-shaded:2.5.5-hadoop3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.hbase" % "hbase-protocol-shaded" % "2.5.5-hadoop3"

Advertisement