event-sourcing

Helps to do event sourcing in Clojure.

Leiningen/Boot

[event-sourcing "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

event-sourcing/event-sourcing {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("event-sourcing:event-sourcing:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>event-sourcing</groupId>
  <artifactId>event-sourcing</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>