core.async.http.client

Async http client using core.async

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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