net.bzdyl/clj-http

A Clojure HTTP library wrapping the Apache HttpComponents client.

Leiningen/Boot

[net.bzdyl/clj-http "2.0.1.1"]

Clojure CLI/deps.edn

net.bzdyl/clj-http {:mvn/version "2.0.1.1"}

Gradle

implementation("net.bzdyl:clj-http:2.0.1.1")

Maven

<dependency>
  <groupId>net.bzdyl</groupId>
  <artifactId>clj-http</artifactId>
  <version>2.0.1.1</version>
</dependency>