Download synapse-core-0.6.2.jar file - Jar s

Jar examples for s:synapse-core

Description

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

You can download jar file synapse-core 0.6.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add synapse-core-0.6.2.jar to your project.

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

Download

Click the following link to download the jar file.

synapse-core-0.6.2-javadoc.jar
synapse-core-0.6.2-sources.jar
synapse-core-0.6.2.jar
synapse-core-0.6.2.pom



Related Tutorials