MVN

org.apache.hbase : hbase-error-prone

Maven & Gradle

Aug 14, 2019

Apache HBase - Error Prone Rules · Module to hold error prone custom rules for HBase.

<dependency>
    <groupId>org.apache.hbase</groupId>
    <artifactId>hbase-error-prone</artifactId>
    <version>2.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.6
  • Latest Beta: 2.0.0-beta-2

All Versions

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

Version Vulnerabilities Updated
2.1.x
hbase-error-prone-2.1.4
hbase-error-prone-2.1.3
hbase-error-prone-2.1.2
hbase-error-prone-2.1.1
hbase-error-prone-2.1.0
2.0.x
hbase-error-prone-2.0.6
hbase-error-prone-2.0.5
hbase-error-prone-2.0.4
hbase-error-prone-2.0.3
hbase-error-prone-2.0.2
hbase-error-prone-2.0.1
hbase-error-prone-2.0.0
hbase-error-prone-2.0.0-beta-2
hbase-error-prone-2.0.0-beta-1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.hbase</groupId>
    <artifactId>hbase-error-prone</artifactId>
    <version>2.0.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.hbase:hbase-error-prone:2.0.6'

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

implementation("org.apache.hbase:hbase-error-prone:2.0.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.hbase" % "hbase-error-prone" % "2.0.6"

Advertisement