esc-parent

Defines a common event store Java interface and provides some adapters (like for Greg Young's event store) and implementations (like in-memory or file-based).

License

License

GroupId

GroupId

org.fuin.esc
ArtifactId

ArtifactId

esc-parent
Last Version

Last Version

0.5.0
Release Date

Release Date

Type

Type

pom
Description

Description

esc-parent
Defines a common event store Java interface and provides some adapters (like for Greg Young's event store) and implementations (like in-memory or file-based).
Project Organization

Project Organization

fuin.org (Germany)
Source Code Management

Source Code Management

https://github.com/fuinorg/event-store-commons/

Download esc-parent

Filename Size
esc-parent-0.5.0.pom 11 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.fuin.esc/esc-parent/ -->
<dependency>
    <groupId>org.fuin.esc</groupId>
    <artifactId>esc-parent</artifactId>
    <version>0.5.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fuin.esc/esc-parent/
implementation 'org.fuin.esc:esc-parent:0.5.0'
// https://jarcasting.com/artifacts/org.fuin.esc/esc-parent/
implementation ("org.fuin.esc:esc-parent:0.5.0")
'org.fuin.esc:esc-parent:pom:0.5.0'
<dependency org="org.fuin.esc" name="esc-parent" rev="0.5.0">
  <artifact name="esc-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fuin.esc', module='esc-parent', version='0.5.0')
)
libraryDependencies += "org.fuin.esc" % "esc-parent" % "0.5.0"
[org.fuin.esc/esc-parent "0.5.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • api
  • spi
  • mem
  • jpa
  • eshttp
  • esjc
  • test
org.fuin.esc

fuin.org

Versions

Version
0.5.0
0.4.2
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0