gorillalabs/eventsourcing

A Clojure event-sourcing abstraction on configurable storage backends.

Leiningen/Boot

[gorillalabs/eventsourcing "0.1.1"]

Clojure CLI/deps.edn

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

Gradle

implementation("gorillalabs:eventsourcing:0.1.1")

Maven

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