clj-http

A Clojure HTTP library wrapping the Apache HttpComponents client.

Leiningen/Boot

[clj-http "3.12.3"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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