j

jeecqrs-jcommondomain-persistence-jeeventstore

A library of services and classes that integrates JEECQRS and JCommonDomain with JEEventstore as persistence mechanism. This library is left independent of a choice of underlying persistence or serialization technology within JEventStore, i.e., one includes this module as library and adds the desired persistence (e.g., JPA) and serialization (e.g., GSON) implementations as needed.
Files download
File Operation
jeecqrs-jcommondomain-persistence-jeeventstore-1.4.1.jar download
jeecqrs-jcommondomain-persistence-jeeventstore-1.4.1.pom download
jeecqrs-jcommondomain-persistence-jeeventstore-1.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jeecqrs</groupId>
  <artifactId>jeecqrs-jcommondomain-persistence-jeeventstore</artifactId>
  <version>1.4.1</version>
</dependency>
Gradle Groovy
implementation 'org.jeecqrs:jeecqrs-jcommondomain-persistence-jeeventstore:1.4.1'
Gradle Kotlin
implementation("org.jeecqrs:jeecqrs-jcommondomain-persistence-jeeventstore:1.4.1")
Scala SBT
libraryDependencies += "org.jeecqrs" % "jeecqrs-jcommondomain-persistence-jeeventstore" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jeecqrs', module='jeecqrs-jcommondomain-persistence-jeeventstore', version='1.4.1')
)
Apache Ivy
<dependency org="org.jeecqrs" name="jeecqrs-jcommondomain-persistence-jeeventstore" rev="1.4.1" />
Leiningen
[org.jeecqrs/jeecqrs-jcommondomain-persistence-jeeventstore "1.4.1"]
Apache Buildr
'org.jeecqrs:jeecqrs-jcommondomain-persistence-jeeventstore:jar:1.4.1'