armagedom

The epic battle on the final day of XML. A Clojure DSL similar to Hiccup to generate XML.

Leiningen/Boot

[armagedom "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

armagedom/armagedom {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("armagedom:armagedom:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>armagedom</groupId>
  <artifactId>armagedom</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>