Download eventsourcing-core-0.4.1.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.1 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.1.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials