org.roribib/dreamcatcher

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

Leiningen/Boot

[org.roribib/dreamcatcher "1.0.2-alpha2"]

Clojure CLI/deps.edn

org.roribib/dreamcatcher {:mvn/version "1.0.2-alpha2"}

Gradle

implementation("org.roribib:dreamcatcher:1.0.2-alpha2")

Maven

<dependency>
  <groupId>org.roribib</groupId>
  <artifactId>dreamcatcher</artifactId>
  <version>1.0.2-alpha2</version>
</dependency>