tonic

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

Leiningen/Boot

[tonic "0.2.0"]

Clojure CLI/deps.edn

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

Gradle

implementation("tonic:tonic:0.2.0")

Maven

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