clj-http-lite

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

Leiningen/Boot

[clj-http-lite "0.2.1"]

Clojure CLI/deps.edn

clj-http-lite/clj-http-lite {:mvn/version "0.2.1"}

Gradle

implementation("clj-http-lite:clj-http-lite:0.2.1")

Maven

<dependency>
  <groupId>clj-http-lite</groupId>
  <artifactId>clj-http-lite</artifactId>
  <version>0.2.1</version>
</dependency>