atompub

An implementation of Atom Syndication and the Atom Publishing Protocol.

Leiningen/Boot

[atompub "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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