com.chartbeat.cljbeat/hll

Hll implementation in clojure

Leiningen/Boot

[com.chartbeat.cljbeat/hll "1.0.0"]

Clojure CLI/deps.edn

com.chartbeat.cljbeat/hll {:mvn/version "1.0.0"}

Gradle

implementation("com.chartbeat.cljbeat:hll:1.0.0")

Maven

<dependency>
  <groupId>com.chartbeat.cljbeat</groupId>
  <artifactId>hll</artifactId>
  <version>1.0.0</version>
</dependency>