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