a

asynchbase

An alternative HBase client library for applications requiring fully asynchronous, non-blocking and thread-safe HBase connectivity.
https://github.com/OpenTSDB/asynchbase
BSD
The Async HBase Authors
Benoit "tsuna" Sigoure
Files download
File Operation
asynchbase-1.7.2.jar download
asynchbase-1.7.2.pom download
asynchbase-1.7.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hbase</groupId>
  <artifactId>asynchbase</artifactId>
  <version>1.7.2</version>
</dependency>
Gradle Groovy
implementation 'org.hbase:asynchbase:1.7.2'
Gradle Kotlin
implementation("org.hbase:asynchbase:1.7.2")
Scala SBT
libraryDependencies += "org.hbase" % "asynchbase" % "1.7.2"
Groovy Grape
@Grapes(
  @Grab(group='org.hbase', module='asynchbase', version='1.7.2')
)
Apache Ivy
<dependency org="org.hbase" name="asynchbase" rev="1.7.2" />
Leiningen
[org.hbase/asynchbase "1.7.2"]
Apache Buildr
'org.hbase:asynchbase:jar:1.7.2'