clj-http-ae

A Clojure HTTP library wrapping the Apache HttpComponents client.

Leiningen/Boot

[clj-http-ae "0.1.2"]

Clojure CLI/deps.edn

clj-http-ae/clj-http-ae {:mvn/version "0.1.2"}

Gradle

implementation("clj-http-ae:clj-http-ae:0.1.2")

Maven

<dependency>
  <groupId>clj-http-ae</groupId>
  <artifactId>clj-http-ae</artifactId>
  <version>0.1.2</version>
</dependency>