io.github.hive-agi/hive-events

Async event system for Clojure — re-frame patterns (events, effects, coeffects, interceptors, sagas) for the JVM, built on core.async.

Leiningen/Boot

[io.github.hive-agi/hive-events "0.5.2"]

Clojure CLI/deps.edn

io.github.hive-agi/hive-events {:mvn/version "0.5.2"}

Gradle

implementation("io.github.hive-agi:hive-events:0.5.2")

Maven

<dependency>
  <groupId>io.github.hive-agi</groupId>
  <artifactId>hive-events</artifactId>
  <version>0.5.2</version>
</dependency>