xml-light

A minimal XML parser and printer for Clojure.

Leiningen/Boot

[xml-light "0.1.1"]

Clojure CLI/deps.edn

xml-light/xml-light {:mvn/version "0.1.1"}

Gradle

implementation("xml-light:xml-light:0.1.1")

Maven

<dependency>
  <groupId>xml-light</groupId>
  <artifactId>xml-light</artifactId>
  <version>0.1.1</version>
</dependency>