flowing

Library for building data-driven workflows (dataflows)

Leiningen/Boot

[flowing "0.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

flowing/flowing {:mvn/version "0.2.0-SNAPSHOT"}

Gradle

implementation("flowing:flowing:0.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>flowing</groupId>
  <artifactId>flowing</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>