MVN

ch.cern.hbase : hbase-hbtop

Maven & Gradle

Nov 09, 2020
2 usages

Apache HBase - HBTop · A real-time monitoring tool for HBase like Unix's top command

<dependency>
    <groupId>ch.cern.hbase</groupId>
    <artifactId>hbase-hbtop</artifactId>
    <version>2.2.4_1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.cern.hbase : hbase-hbtop to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.4_1

All Versions

Choose a version of ch.cern.hbase : hbase-hbtop to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
hbase-hbtop-2.2.4
hbase-hbtop-2.2.4_1

How to add a dependency to Maven

Add the following ch.cern.hbase : hbase-hbtop maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.cern.hbase</groupId>
    <artifactId>hbase-hbtop</artifactId>
    <version>2.2.4_1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.cern.hbase : hbase-hbtop gradle dependency to your build.gradle file:

implementation 'ch.cern.hbase:hbase-hbtop:2.2.4_1'

Gradle Kotlin DSL: Add the following ch.cern.hbase : hbase-hbtop gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.cern.hbase:hbase-hbtop:2.2.4_1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.cern.hbase : hbase-hbtop sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.cern.hbase" % "hbase-hbtop" % "2.2.4_1"

Advertisement