opentable/clj-http

A Clojure HTTP library wrapping the Apache HttpComponents client.

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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