is not current version
Last Version 2.0.0

org.calrissian.accumulorecipes:event-store 0.1

The event store is a document store for time-based events.

GroupId

GroupId

org.calrissian.accumulorecipes
ArtifactId

ArtifactId

event-store
Version

Version

0.1
Type

Type

jar

Download event-store 0.1


<!-- https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/event-store/ -->
<dependency>
    <groupId>org.calrissian.accumulorecipes</groupId>
    <artifactId>event-store</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/event-store/
implementation 'org.calrissian.accumulorecipes:event-store:0.1'
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/event-store/
implementation ("org.calrissian.accumulorecipes:event-store:0.1")
'org.calrissian.accumulorecipes:event-store:jar:0.1'
<dependency org="org.calrissian.accumulorecipes" name="event-store" rev="0.1">
  <artifact name="event-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.calrissian.accumulorecipes', module='event-store', version='0.1')
)
libraryDependencies += "org.calrissian.accumulorecipes" % "event-store" % "0.1"
[org.calrissian.accumulorecipes/event-store "0.1"]