MVN

com.google.code.maven-play-plugin.org.apache.hbase : hbase

Maven & Gradle

Mar 11, 2013
1 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>com.google.code.maven-play-plugin.org.apache.hbase</groupId>
    <artifactId>hbase</artifactId>
    <version>0.21.0-20100622</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.code.maven-play-plugin.org.apache.hbase : hbase to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.21.0-20100622

All Versions

Choose a version of com.google.code.maven-play-plugin.org.apache.hbase : hbase to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.21.x
hbase-0.21.0-20100622

How to add a dependency to Maven

Add the following com.google.code.maven-play-plugin.org.apache.hbase : hbase maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.code.maven-play-plugin.org.apache.hbase</groupId>
    <artifactId>hbase</artifactId>
    <version>0.21.0-20100622</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.code.maven-play-plugin.org.apache.hbase : hbase gradle dependency to your build.gradle file:

implementation 'com.google.code.maven-play-plugin.org.apache.hbase:hbase:0.21.0-20100622'

Gradle Kotlin DSL: Add the following com.google.code.maven-play-plugin.org.apache.hbase : hbase gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.code.maven-play-plugin.org.apache.hbase:hbase:0.21.0-20100622")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.code.maven-play-plugin.org.apache.hbase : hbase sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.code.maven-play-plugin.org.apache.hbase" % "hbase" % "0.21.0-20100622"