com.attendify/schema-refined

Clojure library to keep you away from bugs with precise schemas (refined types with runtime checks)

Leiningen/Boot

[com.attendify/schema-refined "0.3.0-alpha4"]

Clojure CLI/deps.edn

com.attendify/schema-refined {:mvn/version "0.3.0-alpha4"}

Gradle

implementation("com.attendify:schema-refined:0.3.0-alpha4")

Maven

<dependency>
  <groupId>com.attendify</groupId>
  <artifactId>schema-refined</artifactId>
  <version>0.3.0-alpha4</version>
</dependency>