is not current version
Last Version 4.3.281

com.gruelbox:transactionoutbox-core 0.2.92

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

GroupId

GroupId

com.gruelbox
ArtifactId

ArtifactId

transactionoutbox-core
Version

Version

0.2.92
Type

Type

jar

Download transactionoutbox-core 0.2.92


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