License |
License |
---|---|
GroupId | GroupIdde.otto.synapse |
ArtifactId | ArtifactIdsynapse-core |
Version | Version0.23.7 |
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.23.7.pom | |
synapse-core-0.23.7.jar | 219 KB |
synapse-core-0.23.7-sources.jar | 134 KB |
synapse-core-0.23.7-javadoc.jar | 991 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.otto.synapse/synapse-core/ -->
<dependency>
<groupId>de.otto.synapse</groupId>
<artifactId>synapse-core</artifactId>
<version>0.23.7</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto.synapse/synapse-core/
implementation 'de.otto.synapse:synapse-core:0.23.7'
// https://jarcasting.com/artifacts/de.otto.synapse/synapse-core/
implementation ("de.otto.synapse:synapse-core:0.23.7")
'de.otto.synapse:synapse-core:jar:0.23.7'
<dependency org="de.otto.synapse" name="synapse-core" rev="0.23.7">
<artifact name="synapse-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto.synapse', module='synapse-core', version='0.23.7')
)
libraryDependencies += "de.otto.synapse" % "synapse-core" % "0.23.7"
[de.otto.synapse/synapse-core "0.23.7"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 31.0.1-jre |
org.springframework.boot : spring-boot | jar | 2.5.5 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.5.5 |
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api | jar | 1.3.2 |
org.springframework : spring-context | jar | 5.3.11 |
org.springframework : spring-aop | jar | 5.3.11 |
org.aspectj : aspectjweaver | jar | 1.9.7 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.13.0 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.13.0 |
net.openhft : chronicle-map | jar | 3.22ea5 |
com.googlecode.concurrentlinkedhashmap : concurrentlinkedhashmap-lru | jar | 1.4.2 |
org.dizitart : nitrite | jar | 3.4.3 |
Group / Artifact | Type | Version |
---|---|---|
de.otto.synapse : synapse-testsupport | jar | 0.23.7 |
junit : junit | jar | 4.13.2 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.springframework.boot : spring-boot-starter-test | jar | 2.5.5 |
com.jayway.jsonpath : json-path-assert | jar | 2.6.0 |
com.tngtech.java : junit-dataprovider | jar | 1.13.1 |
org.awaitility : awaitility | jar | 4.1.0 |
org.mockito : mockito-core | jar | 4.0.0 |
ch.qos.logback : logback-core | jar | 1.2.6 |
ch.qos.logback : logback-classic | jar | 1.2.6 |