tonic

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

Leiningen/Boot

[tonic "0.3.6"]

Clojure CLI/deps.edn

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

Gradle

implementation("tonic:tonic:0.3.6")

Maven

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