flow

Clocks, timers and workflows in Clojure(Script)

Leiningen/Boot

[flow "0.1.7"]

Clojure CLI/deps.edn

flow/flow {:mvn/version "0.1.7"}

Gradle

implementation("flow:flow:0.1.7")

Maven

<dependency>
  <groupId>flow</groupId>
  <artifactId>flow</artifactId>
  <version>0.1.7</version>
</dependency>