MVN

org.hbase : asynchbase

Maven & Gradle

May 21, 2018
26 usages

Asynchronous HBase Client · An alternative HBase client library for applications requiring fully asynchronous, non-blocking and thread-safe HBase connectivity.

<dependency>
    <groupId>org.hbase</groupId>
    <artifactId>asynchbase</artifactId>
    <version>1.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.8.2

All Versions

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

Version Vulnerabilities Updated
1.8.x
asynchbase-1.8.2
asynchbase-1.8.1
asynchbase-1.8.0
1.7.x
asynchbase-1.7.3
asynchbase-1.7.2
asynchbase-1.7.1
asynchbase-1.7.0
1.6.x
asynchbase-1.6.0
1.5.x
asynchbase-1.5.0
1.4.x
asynchbase-1.4.1
asynchbase-1.4.0
1.3.x
asynchbase-1.3.2
asynchbase-1.3.1
asynchbase-1.3.0
1.2.x
asynchbase-1.2.0
1.1.x
asynchbase-1.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.hbase</groupId>
    <artifactId>asynchbase</artifactId>
    <version>1.8.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.hbase:asynchbase:1.8.2'

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

implementation("org.hbase:asynchbase:1.8.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.hbase" % "asynchbase" % "1.8.2"

Advertisement