org.hbase/asynchbase

An alternative HBase client library for applications requiring fully asynchronous, non-blocking and thread-safe HBase connectivity.

This artifact may shadow a release on Maven Central. You should search there for a canonical release.

Leiningen/Boot

[org.hbase/asynchbase "1.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

org.hbase/asynchbase {:mvn/version "1.2.0-SNAPSHOT"}

Gradle

implementation("org.hbase:asynchbase:1.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>org.hbase</groupId>
  <artifactId>asynchbase</artifactId>
  <version>1.2.0-SNAPSHOT</version>
</dependency>