tonic

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

Leiningen/Boot

[tonic "0.3.0"]

Clojure CLI/deps.edn

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

Gradle

implementation("tonic:tonic:0.3.0")

Maven

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