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