License |
License |
---|---|
GroupId | GroupIdde.otto.synapse |
ArtifactId | ArtifactIdsynapse-core |
Last Version | Last Version0.24.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsynapse-core
A library used at otto.de to implement Spring Boot based event-sourcing microservices.
|
Project URL |
Project URL |
Filename | Size |
---|---|
synapse-core-0.24.2.pom | |
synapse-core-0.24.2.jar | 219 KB |
synapse-core-0.24.2-sources.jar | 134 KB |
synapse-core-0.24.2-javadoc.jar | 997 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.otto.synapse/synapse-core/ -->
<dependency>
<groupId>de.otto.synapse</groupId>
<artifactId>synapse-core</artifactId>
<version>0.24.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto.synapse/synapse-core/
implementation 'de.otto.synapse:synapse-core:0.24.2'
// https://jarcasting.com/artifacts/de.otto.synapse/synapse-core/
implementation ("de.otto.synapse:synapse-core:0.24.2")
'de.otto.synapse:synapse-core:jar:0.24.2'
<dependency org="de.otto.synapse" name="synapse-core" rev="0.24.2">
<artifact name="synapse-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto.synapse', module='synapse-core', version='0.24.2')
)
libraryDependencies += "de.otto.synapse" % "synapse-core" % "0.24.2"
[de.otto.synapse/synapse-core "0.24.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 31.1-jre |
org.springframework.boot : spring-boot | jar | 2.6.7 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.6.7 |
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api | jar | 1.3.2 |
org.springframework : spring-context | jar | 5.3.19 |
org.springframework : spring-aop | jar | 5.3.19 |
org.aspectj : aspectjweaver | jar | 1.9.9.1 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.13.2 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.13.2 |
net.openhft : chronicle-map | jar | 3.23ea1 |
com.googlecode.concurrentlinkedhashmap : concurrentlinkedhashmap-lru | jar | 1.4.2 |
org.dizitart : nitrite | jar | 3.4.4 |
Group / Artifact | Type | Version |
---|---|---|
de.otto.synapse : synapse-testsupport | jar | 0.24.2 |
junit : junit | jar | 4.13.2 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.springframework.boot : spring-boot-starter-test | jar | 2.6.7 |
com.jayway.jsonpath : json-path-assert | jar | 2.7.0 |
com.tngtech.java : junit-dataprovider | jar | 1.13.1 |
org.awaitility : awaitility | jar | 4.2.0 |
org.mockito : mockito-core | jar | 4.5.1 |
ch.qos.logback : logback-core | jar | 1.2.11 |
ch.qos.logback : logback-classic | jar | 1.2.11 |