clj-histogram

Simple histogramming library for Clojure

Leiningen/Boot

[clj-histogram "0.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

clj-histogram/clj-histogram {:mvn/version "0.2.0-SNAPSHOT"}

Gradle

implementation("clj-histogram:clj-histogram:0.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>clj-histogram</groupId>
  <artifactId>clj-histogram</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>