clj-http

A Clojure HTTP library wrapping the Apache HttpComponents client.

Leiningen/Boot

[clj-http "2.0.1"]

Clojure CLI/deps.edn

clj-http/clj-http {:mvn/version "2.0.1"}

Gradle

implementation("clj-http:clj-http:2.0.1")

Maven

<dependency>
  <groupId>clj-http</groupId>
  <artifactId>clj-http</artifactId>
  <version>2.0.1</version>
</dependency>