borkdude/clj-http-graal

A Clojure HTTP library wrapping the Apache HttpComponents client.

Leiningen/Boot

[borkdude/clj-http-graal "3.10.2-SNAPSHOT"]

Clojure CLI/deps.edn

borkdude/clj-http-graal {:mvn/version "3.10.2-SNAPSHOT"}

Gradle

implementation("borkdude:clj-http-graal:3.10.2-SNAPSHOT")

Maven

<dependency>
  <groupId>borkdude</groupId>
  <artifactId>clj-http-graal</artifactId>
  <version>3.10.2-SNAPSHOT</version>
</dependency>