dreamcatcher

Dreamcatcher is a realy small library that strives to simulate state machine behavior.

Leiningen/Boot

[dreamcatcher "1.0.2-SNAPSHOT"]

Clojure CLI/deps.edn

dreamcatcher/dreamcatcher {:mvn/version "1.0.2-SNAPSHOT"}

Gradle

implementation("dreamcatcher:dreamcatcher:1.0.2-SNAPSHOT")

Maven

<dependency>
  <groupId>dreamcatcher</groupId>
  <artifactId>dreamcatcher</artifactId>
  <version>1.0.2-SNAPSHOT</version>
</dependency>