core.async.http.client

Async http client using core.async

Leiningen/Boot

[core.async.http.client "0.1.0"]

Clojure CLI/deps.edn

core.async.http.client/core.async.http.client {:mvn/version "0.1.0"}

Gradle

implementation("core.async.http.client:core.async.http.client:0.1.0")

Maven

<dependency>
  <groupId>core.async.http.client</groupId>
  <artifactId>core.async.http.client</artifactId>
  <version>0.1.0</version>
</dependency>