http.async.client

Asynchronous HTTP Client for Clojure

Leiningen/Boot

[http.async.client "0.2.1"]

Clojure CLI/deps.edn

http.async.client/http.async.client {:mvn/version "0.2.1"}

Gradle

implementation("http.async.client:http.async.client:0.2.1")

Maven

<dependency>
  <groupId>http.async.client</groupId>
  <artifactId>http.async.client</artifactId>
  <version>0.2.1</version>
</dependency>