MVN

co.cask.hbase : hbase

Maven & Gradle

Nov 14, 2015
6 usages

HBase · HBase is the &lt;a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware.

<dependency>
    <groupId>co.cask.hbase</groupId>
    <artifactId>hbase</artifactId>
    <version>0.94.6.1.cask</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.cask.hbase : hbase to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.94.6.1.cask

All Versions

Choose a version of co.cask.hbase : hbase to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.94.x
hbase-0.94.6.1.cask

How to add a dependency to Maven

Add the following co.cask.hbase : hbase maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.cask.hbase</groupId>
    <artifactId>hbase</artifactId>
    <version>0.94.6.1.cask</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.cask.hbase : hbase gradle dependency to your build.gradle file:

implementation 'co.cask.hbase:hbase:0.94.6.1.cask'

Gradle Kotlin DSL: Add the following co.cask.hbase : hbase gradle kotlin dependency to your build.gradle.kts file:

implementation("co.cask.hbase:hbase:0.94.6.1.cask")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.cask.hbase : hbase sbt scala dependency to your build.sbt file:

libraryDependencies += "co.cask.hbase" % "hbase" % "0.94.6.1.cask"

Advertisement