License |
License |
---|---|
GroupId | GroupIdde.otto.synapse |
ArtifactId | ArtifactIdsynapse-core |
Version | Version0.23.4.1 |
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.4.1.pom | |
synapse-core-0.23.4.1.jar | 221 KB |
synapse-core-0.23.4.1-sources.jar | 135 KB |
synapse-core-0.23.4.1-javadoc.jar | 983 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.otto.synapse/synapse-core/ -->
<dependency>
<groupId>de.otto.synapse</groupId>
<artifactId>synapse-core</artifactId>
<version>0.23.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto.synapse/synapse-core/
implementation 'de.otto.synapse:synapse-core:0.23.4.1'
// https://jarcasting.com/artifacts/de.otto.synapse/synapse-core/
implementation ("de.otto.synapse:synapse-core:0.23.4.1")
'de.otto.synapse:synapse-core:jar:0.23.4.1'
<dependency org="de.otto.synapse" name="synapse-core" rev="0.23.4.1">
<artifact name="synapse-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto.synapse', module='synapse-core', version='0.23.4.1')
)
libraryDependencies += "de.otto.synapse" % "synapse-core" % "0.23.4.1"
[de.otto.synapse/synapse-core "0.23.4.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 30.1.1-jre |
org.springframework.boot : spring-boot | jar | 2.4.4 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.4.4 |
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api | jar | 1.3.2 |
org.springframework : spring-context | jar | 5.3.5 |
org.springframework : spring-aop | jar | 5.3.5 |
org.aspectj : aspectjweaver | jar | 1.9.6 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.12.2 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.12.2 |
net.openhft : chronicle-map | jar | 3.21ea41 |
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.4.1 |
junit : junit | jar | 4.13.2 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.springframework.boot : spring-boot-starter-test | jar | 2.4.4 |
com.jayway.jsonpath : json-path-assert | jar | 2.5.0 |
com.tngtech.java : junit-dataprovider | jar | 1.13.1 |
org.awaitility : awaitility | jar | 4.0.3 |
org.mockito : mockito-core | jar | 3.8.0 |
ch.qos.logback : logback-core | jar | 1.2.3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |