is not current version
Last Version 4.3.281

com.gruelbox:transactionoutbox-core 3.1.184

A safe implementation of the transactional outbox pattern for Java (core library)

GroupId

GroupId

com.gruelbox
ArtifactId

ArtifactId

transactionoutbox-core
Version

Version

3.1.184
Type

Type

jar

Download transactionoutbox-core 3.1.184


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