clj-http

A Clojure HTTP library wrapping the Apache HttpComponents client.

Leiningen/Boot

[clj-http "1.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

clj-http/clj-http {:mvn/version "1.0.1-SNAPSHOT"}

Gradle

implementation("clj-http:clj-http:1.0.1-SNAPSHOT")

Maven

<dependency>
  <groupId>clj-http</groupId>
  <artifactId>clj-http</artifactId>
  <version>1.0.1-SNAPSHOT</version>
</dependency>