MVN

org.apache.hbase.thirdparty : hbase-shaded-protobuf

Maven & Gradle

Jan 18, 2023
29 usages
<dependency>
    <groupId>org.apache.hbase.thirdparty</groupId>
    <artifactId>hbase-shaded-protobuf</artifactId>
    <version>4.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.1.4

All Versions

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

Version Vulnerabilities Updated
4.1.x
hbase-shaded-protobuf-4.1.4
hbase-shaded-protobuf-4.1.3
hbase-shaded-protobuf-4.1.2
hbase-shaded-protobuf-4.1.1
hbase-shaded-protobuf-4.1.0
4.0.x
hbase-shaded-protobuf-4.0.1
hbase-shaded-protobuf-4.0.0
3.5.x
hbase-shaded-protobuf-3.5.1
hbase-shaded-protobuf-3.5.0
3.4.x
hbase-shaded-protobuf-3.4.1
hbase-shaded-protobuf-3.4.0
3.3.x
hbase-shaded-protobuf-3.3.0
3.2.x
hbase-shaded-protobuf-3.2.0
3.1.x
hbase-shaded-protobuf-3.1.1
hbase-shaded-protobuf-3.1.0
3.0.x
hbase-shaded-protobuf-3.0.0
2.2.x
hbase-shaded-protobuf-2.2.1
hbase-shaded-protobuf-2.2.0
2.1.x
hbase-shaded-protobuf-2.1.0
2.0.x
hbase-shaded-protobuf-2.0.0
1.0.x
hbase-shaded-protobuf-1.0.1
hbase-shaded-protobuf-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.hbase.thirdparty</groupId>
    <artifactId>hbase-shaded-protobuf</artifactId>
    <version>4.1.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.hbase.thirdparty:hbase-shaded-protobuf:4.1.4'

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

implementation("org.apache.hbase.thirdparty:hbase-shaded-protobuf:4.1.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.hbase.thirdparty" % "hbase-shaded-protobuf" % "4.1.4"

Advertisement