flow

Clocks, timers and workflows in Clojure(Script)

Leiningen/Boot

[flow "0.1.4"]

Clojure CLI/deps.edn

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

Gradle

implementation("flow:flow:0.1.4")

Maven

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