is not current version
Last Version 4.3.281

com.gruelbox:transactionoutbox-core 1.3.109

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

GroupId

GroupId

com.gruelbox
ArtifactId

ArtifactId

transactionoutbox-core
Version

Version

1.3.109
Type

Type

jar

Download transactionoutbox-core 1.3.109


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