is not current version
Last Version 4.3.281

com.gruelbox:transactionoutbox-core 2.1.164

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

GroupId

GroupId

com.gruelbox
ArtifactId

ArtifactId

transactionoutbox-core
Version

Version

2.1.164
Type

Type

jar

Download transactionoutbox-core 2.1.164


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