clj-httpc

An idiomatic Clojure http client thinly wrapping the Apache client

Leiningen/Boot

[clj-httpc "1.7.1-2"]

Clojure CLI/deps.edn

clj-httpc/clj-httpc {:mvn/version "1.7.1-2"}

Gradle

implementation("clj-httpc:clj-httpc:1.7.1-2")

Maven

<dependency>
  <groupId>clj-httpc</groupId>
  <artifactId>clj-httpc</artifactId>
  <version>1.7.1-2</version>
</dependency>