org.clj-commons/clj-http-lite

A lite version of clj-http that uses the jre's HttpURLConnection

Leiningen/Boot

[org.clj-commons/clj-http-lite "1.0.13"]

Clojure CLI/deps.edn

org.clj-commons/clj-http-lite {:mvn/version "1.0.13"}

Gradle

implementation("org.clj-commons:clj-http-lite:1.0.13")

Maven

<dependency>
  <groupId>org.clj-commons</groupId>
  <artifactId>clj-http-lite</artifactId>
  <version>1.0.13</version>
</dependency>