Last Version

org.jblabs:outbox-core 0.0.3

Outbox pattern implementation for Spring

License

License

GroupId

GroupId

org.jblabs
ArtifactId

ArtifactId

outbox-core
Version

Version

0.0.3
Type

Type

jar
Description

Description

org.jblabs:outbox-core
Outbox pattern implementation for Spring
Project URL

Project URL

https://github.com/jblabs-org/spring-message-outbox
Source Code Management

Source Code Management

http://github.com/jblabs-org/spring-message-outbox/tree/main

Download outbox-core 0.0.3


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

Dependencies

compile (7)

Group / Artifact Type Version
org.springframework : spring-core jar
org.springframework.boot : spring-boot-autoconfigure jar 2.4.0
org.springframework : spring-tx jar
org.slf4j : slf4j-api jar 1.7.30
com.fasterxml.jackson.core : jackson-core jar
com.fasterxml.jackson.core : jackson-databind jar
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.16

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.4.0
org.awaitility : awaitility jar 4.0.3

Project Modules

There are no modules declared in this project.