opentable/clj-http

A Clojure HTTP library wrapping the Apache HttpComponents client.

Leiningen/Boot

[opentable/clj-http "3.0.0-beta-1"]

Clojure CLI/deps.edn

opentable/clj-http {:mvn/version "3.0.0-beta-1"}

Gradle

implementation("opentable:clj-http:3.0.0-beta-1")

Maven

<dependency>
  <groupId>opentable</groupId>
  <artifactId>clj-http</artifactId>
  <version>3.0.0-beta-1</version>
</dependency>