Download eventsourcing-core-0.4.6.jar file - Jar e

Jar examples for e:eventsourcing-core

Description

A library used at otto.de to implement Spring Boot based event-sourcing microserivces.

You can download jar file eventsourcing-core 0.4.6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add eventsourcing-core-0.4.6.jar to your project.

<dependency>
   <groupId>de.otto.edison</groupId>
   <artifactId>eventsourcing-core</artifactId>
   <version>0.4.6</version>
</dependency>
compile group: 'de.otto.edison', name: 'eventsourcing-core', version: '0.4.6'
libraryDependencies += "de.otto.edison" % "eventsourcing-core" % "0.4.6"
<dependency org="de.otto.edison" name="eventsourcing-core" rev="0.4.6"/>
@Grapes(@Grab(group='de.otto.edison', module='eventsourcing-core', version='0.4.6'))
'de.otto.edison:eventsourcing-core:jar:0.4.6'

Download

Click the following link to download the jar file.

eventsourcing-core-0.4.6-javadoc.jar
eventsourcing-core-0.4.6-sources.jar
eventsourcing-core-0.4.6.jar
eventsourcing-core-0.4.6.pom



Related Tutorials