org.flatland/resting

Simple ref-backed restful resources.

Leiningen/Boot

[org.flatland/resting "0.1.0"]

Clojure CLI/deps.edn

org.flatland/resting {:mvn/version "0.1.0"}

Gradle

implementation("org.flatland:resting:0.1.0")

Maven

<dependency>
  <groupId>org.flatland</groupId>
  <artifactId>resting</artifactId>
  <version>0.1.0</version>
</dependency>