clj-histogram

Simple histogramming library for Clojure

Leiningen/Boot

[clj-histogram "0.1.0"]

Clojure CLI/deps.edn

clj-histogram/clj-histogram {:mvn/version "0.1.0"}

Gradle

implementation("clj-histogram:clj-histogram:0.1.0")

Maven

<dependency>
  <groupId>clj-histogram</groupId>
  <artifactId>clj-histogram</artifactId>
  <version>0.1.0</version>
</dependency>