atompub

An implementation of Atom Syndication and the Atom Publishing Protocol.

Leiningen/Boot

[atompub "0.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

atompub/atompub {:mvn/version "0.2.0-SNAPSHOT"}

Gradle

implementation("atompub:atompub:0.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>atompub</groupId>
  <artifactId>atompub</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>