MVN

org.yetiz.utils : hbase-utils

Maven & Gradle

May 09, 2018
1 stars

hbase-utils · This is a open project for HBase operation, define a dao model and wrap HBase operation. Create a easy way to do batch operation and other admin command.

<dependency>
    <groupId>org.yetiz.utils</groupId>
    <artifactId>hbase-utils</artifactId>
    <version>2.1.0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.yetiz.utils : hbase-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0.0.3

All Versions

Choose a version of org.yetiz.utils : hbase-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
hbase-utils-2.1.0.0.3
hbase-utils-2.1.0.0.2
hbase-utils-2.1.0.0.1-cdh5.5.1
hbase-utils-2.1.0.0.1
hbase-utils-2.1.0.0.0-cdh5.5.1
hbase-utils-2.1.0.0.0
2.0.x
hbase-utils-2.0.98.6.1-cdh5.3.0
hbase-utils-2.0.98.6.1
1.5.x
hbase-utils-1.5.5.1.1
hbase-utils-1.5.5.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.yetiz.utils</groupId>
    <artifactId>hbase-utils</artifactId>
    <version>2.1.0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.yetiz.utils : hbase-utils gradle dependency to your build.gradle file:

implementation 'org.yetiz.utils:hbase-utils:2.1.0.0.3'

Gradle Kotlin DSL: Add the following org.yetiz.utils : hbase-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("org.yetiz.utils:hbase-utils:2.1.0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.yetiz.utils : hbase-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "org.yetiz.utils" % "hbase-utils" % "2.1.0.0.3"

Advertisement