com.hbase.haxwell/haxwell-core

Leiningen/Boot

[com.hbase.haxwell/haxwell-core "1.0"]

Clojure CLI/deps.edn

com.hbase.haxwell/haxwell-core {:mvn/version "1.0"}

Gradle

implementation("com.hbase.haxwell:haxwell-core:1.0")

Maven

<dependency>
  <groupId>com.hbase.haxwell</groupId>
  <artifactId>haxwell-core</artifactId>
  <version>1.0</version>
</dependency>