is not current version
Last Version 4.3.281

Transaction Outbox Parent 3.1.195

A safe implementation of the transactional outbox pattern for Java.

License

License

GroupId

GroupId

com.gruelbox
ArtifactId

ArtifactId

transactionoutbox-parent
Version

Version

3.1.195
Type

Type

pom
Description

Description

Transaction Outbox Parent
A safe implementation of the transactional outbox pattern for Java.
Project URL

Project URL

https://github.com/gruelbox/transaction-outbox
Project Organization

Project Organization

Graham Crockford
Source Code Management

Source Code Management

https://github.com/gruelbox/transaction-outbox

Download transactionoutbox-parent 3.1.195


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • transactionoutbox-core
  • transactionoutbox-spring
  • transactionoutbox-guice
  • transactionoutbox-jooq