a

asynchbase

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