MVN

com.argonio.gora : gora-hbase

Maven & Gradle

Sep 24, 2014
2 usages

Apache Gora :: HBase · The Apache Gora open source framework provides an in-memory data model and persistence for big data. Gora supports persisting to column stores, key value stores, document stores and RDBMSs, and analyzing the data with extensive Apache Hadoop MapReduce support.

<dependency>
    <groupId>com.argonio.gora</groupId>
    <artifactId>gora-hbase</artifactId>
    <version>0.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.argonio.gora : gora-hbase to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.3

All Versions

Choose a version of com.argonio.gora : gora-hbase to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
gora-hbase-0.5.3
gora-hbase-0.5.2
gora-hbase-0.5.1
0.5
gora-hbase-0.5

How to add a dependency to Maven

Add the following com.argonio.gora : gora-hbase maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.argonio.gora</groupId>
    <artifactId>gora-hbase</artifactId>
    <version>0.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.argonio.gora : gora-hbase gradle dependency to your build.gradle file:

implementation 'com.argonio.gora:gora-hbase:0.5.3'

Gradle Kotlin DSL: Add the following com.argonio.gora : gora-hbase gradle kotlin dependency to your build.gradle.kts file:

implementation("com.argonio.gora:gora-hbase:0.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.argonio.gora : gora-hbase sbt scala dependency to your build.sbt file:

libraryDependencies += "com.argonio.gora" % "gora-hbase" % "0.5.3"

Advertisement