com.chetmancini/schema-transform

Schema Transform is library for changing data specifications from one format to another to help build complex polyglot data systems.

Leiningen/Boot

[com.chetmancini/schema-transform "0.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

com.chetmancini/schema-transform {:mvn/version "0.0.1-SNAPSHOT"}

Gradle

implementation("com.chetmancini:schema-transform:0.0.1-SNAPSHOT")

Maven

<dependency>
  <groupId>com.chetmancini</groupId>
  <artifactId>schema-transform</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>