tonic

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

Leiningen/Boot

[tonic "0.3.2"]

Clojure CLI/deps.edn

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

Gradle

implementation("tonic:tonic:0.3.2")

Maven

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