jlk/plot

plotting library

Leiningen/Boot

[jlk/plot "0.1-SNAPSHOT"]

Clojure CLI/deps.edn

jlk/plot {:mvn/version "0.1-SNAPSHOT"}

Gradle

implementation("jlk:plot:0.1-SNAPSHOT")

Maven

<dependency>
  <groupId>jlk</groupId>
  <artifactId>plot</artifactId>
  <version>0.1-SNAPSHOT</version>
</dependency>