de.active-group/cljs-async

A ClojureScript library for asynchronous programming based on JavaScript promises.

Leiningen/Boot

[de.active-group/cljs-async "1.0.0"]

Clojure CLI/deps.edn

de.active-group/cljs-async {:mvn/version "1.0.0"}

Gradle

implementation("de.active-group:cljs-async:1.0.0")

Maven

<dependency>
  <groupId>de.active-group</groupId>
  <artifactId>cljs-async</artifactId>
  <version>1.0.0</version>
</dependency>