schematic

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

Leiningen/Boot

[schematic "0.1.0"]

Clojure CLI/deps.edn

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

Gradle

implementation("schematic:schematic:0.1.0")

Maven

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