meta-schema

DSL to write data processing schemas faster

Leiningen/Boot

[meta-schema "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

meta-schema/meta-schema {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("meta-schema:meta-schema:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>meta-schema</groupId>
  <artifactId>meta-schema</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>