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.8.1.jar download
asynchbase-1.8.1.pom download
asynchbase-1.8.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hbase</groupId>
  <artifactId>asynchbase</artifactId>
  <version>1.8.1</version>
</dependency>
Gradle Groovy
implementation 'org.hbase:asynchbase:1.8.1'
Gradle Kotlin
implementation("org.hbase:asynchbase:1.8.1")
Scala SBT
libraryDependencies += "org.hbase" % "asynchbase" % "1.8.1"
Groovy Grape
@Grapes(
  @Grab(group='org.hbase', module='asynchbase', version='1.8.1')
)
Apache Ivy
<dependency org="org.hbase" name="asynchbase" rev="1.8.1" />
Leiningen
[org.hbase/asynchbase "1.8.1"]
Apache Buildr
'org.hbase:asynchbase:jar:1.8.1'