org.martinklepsch/clj-http-lite

A Clojure HTTP library similar to clj-http, but more lightweight.

Leiningen/Boot

[org.martinklepsch/clj-http-lite "0.4.0"]

Clojure CLI/deps.edn

org.martinklepsch/clj-http-lite {:mvn/version "0.4.0"}

Gradle

implementation("org.martinklepsch:clj-http-lite:0.4.0")

Maven

<dependency>
  <groupId>org.martinklepsch</groupId>
  <artifactId>clj-http-lite</artifactId>
  <version>0.4.0</version>
</dependency>