com.github.mt3593/clj-xml-validation

Simple XML Schema validation library for Clojure

Leiningen/Boot

[com.github.mt3593/clj-xml-validation "1.0.3"]

Clojure CLI/deps.edn

com.github.mt3593/clj-xml-validation {:mvn/version "1.0.3"}

Gradle

implementation("com.github.mt3593:clj-xml-validation:1.0.3")

Maven

<dependency>
  <groupId>com.github.mt3593</groupId>
  <artifactId>clj-xml-validation</artifactId>
  <version>1.0.3</version>
</dependency>