cljplot

JVM chart library

Leiningen/Boot

[cljplot "0.0.3"]

Clojure CLI/deps.edn

cljplot/cljplot {:mvn/version "0.0.3"}

Gradle

implementation("cljplot:cljplot:0.0.3")

Maven

<dependency>
  <groupId>cljplot</groupId>
  <artifactId>cljplot</artifactId>
  <version>0.0.3</version>
</dependency>