tol

A Tól is a set of functions that extend Clojure core functions

Leiningen/Boot

[tol "0.9.0"]

Clojure CLI/deps.edn

tol/tol {:mvn/version "0.9.0"}

Gradle

implementation("tol:tol:0.9.0")

Maven

<dependency>
  <groupId>tol</groupId>
  <artifactId>tol</artifactId>
  <version>0.9.0</version>
</dependency>