rest-clj

A HTTP REST library for Clojure.

Leiningen/Boot

[rest-clj "0.0.4"]

Clojure CLI/deps.edn

rest-clj/rest-clj {:mvn/version "0.0.4"}

Gradle

implementation("rest-clj:rest-clj:0.0.4")

Maven

<dependency>
  <groupId>rest-clj</groupId>
  <artifactId>rest-clj</artifactId>
  <version>0.0.4</version>
</dependency>