Download event-store-0.0.3.RELEASE.jar file - Jar e

Jar examples for e:event-store

Description

Eventasia is a Event Sourcing Framework for use with Spring Boot

You can download jar file event-store 0.0.3.RELEASE in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add event-store-0.0.3.RELEASE.jar to your project.

<dependency>
   <groupId>com.github.eventasia</groupId>
   <artifactId>event-store</artifactId>
   <version>0.0.3.RELEASE</version>
</dependency>
compile group: 'com.github.eventasia', name: 'event-store', version: '0.0.3.RELEASE'
libraryDependencies += "com.github.eventasia" % "event-store" % "0.0.3.RELEASE"
<dependency org="com.github.eventasia" name="event-store" rev="0.0.3.RELEASE"/>
@Grapes(@Grab(group='com.github.eventasia', module='event-store', version='0.0.3.RELEASE'))
'com.github.eventasia:event-store:jar:0.0.3.RELEASE'

Download

Click the following link to download the jar file.

event-store-0.0.3.RELEASE-javadoc.jar
event-store-0.0.3.RELEASE-sources.jar
event-store-0.0.3.RELEASE.jar
event-store-0.0.3.RELEASE.pom



Related Tutorials