clj-httpc

A Clojure HTTP library wrapping the Apache HttpComponents client.

Leiningen/Boot

[clj-httpc "1.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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