tonic

All of the schemata ("schemas") you need and/or want.

Leiningen/Boot

[tonic "0.3.4"]

Clojure CLI/deps.edn

tonic/tonic {:mvn/version "0.3.4"}

Gradle

implementation("tonic:tonic:0.3.4")

Maven

<dependency>
  <groupId>tonic</groupId>
  <artifactId>tonic</artifactId>
  <version>0.3.4</version>
</dependency>