gorillalabs/eventsourcing

A Clojure event-sourcing abstraction on configurable storage backends.

Leiningen/Boot

[gorillalabs/eventsourcing "0.1.0"]

Clojure CLI/deps.edn

gorillalabs/eventsourcing {:mvn/version "0.1.0"}

Gradle

implementation("gorillalabs:eventsourcing:0.1.0")

Maven

<dependency>
  <groupId>gorillalabs</groupId>
  <artifactId>eventsourcing</artifactId>
  <version>0.1.0</version>
</dependency>