is not current version
Last Version 0.24.2

de.otto.synapse:synapse-core 0.10.1

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

GroupId

GroupId

de.otto.synapse
ArtifactId

ArtifactId

synapse-core
Version

Version

0.10.1
Type

Type

jar

Download synapse-core 0.10.1


<!-- https://jarcasting.com/artifacts/de.otto.synapse/synapse-core/ -->
<dependency>
    <groupId>de.otto.synapse</groupId>
    <artifactId>synapse-core</artifactId>
    <version>0.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto.synapse/synapse-core/
implementation 'de.otto.synapse:synapse-core:0.10.1'
// https://jarcasting.com/artifacts/de.otto.synapse/synapse-core/
implementation ("de.otto.synapse:synapse-core:0.10.1")
'de.otto.synapse:synapse-core:jar:0.10.1'
<dependency org="de.otto.synapse" name="synapse-core" rev="0.10.1">
  <artifact name="synapse-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto.synapse', module='synapse-core', version='0.10.1')
)
libraryDependencies += "de.otto.synapse" % "synapse-core" % "0.10.1"
[de.otto.synapse/synapse-core "0.10.1"]