schematic

Define and compose schemas for describing data types, and check data against them.

Leiningen/Boot

[schematic "0.0.7"]

Clojure CLI/deps.edn

schematic/schematic {:mvn/version "0.0.7"}

Gradle

implementation("schematic:schematic:0.0.7")

Maven

<dependency>
  <groupId>schematic</groupId>
  <artifactId>schematic</artifactId>
  <version>0.0.7</version>
</dependency>