clojurithms

General purpose algorithms for Clojure

Leiningen/Boot

[clojurithms "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

clojurithms/clojurithms {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("clojurithms:clojurithms:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>clojurithms</groupId>
  <artifactId>clojurithms</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>