License |
License |
---|---|
GroupId | GroupIdcom.gruelbox |
ArtifactId | ArtifactIdtransactionoutbox-parent |
Last Version | Last Version4.3.281 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTransaction Outbox Parent
A safe implementation of the transactional outbox pattern for Java.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
transactionoutbox-parent-4.3.281.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gruelbox/transactionoutbox-parent/ -->
<dependency>
<groupId>com.gruelbox</groupId>
<artifactId>transactionoutbox-parent</artifactId>
<version>4.3.281</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gruelbox/transactionoutbox-parent/
implementation 'com.gruelbox:transactionoutbox-parent:4.3.281'
// https://jarcasting.com/artifacts/com.gruelbox/transactionoutbox-parent/
implementation ("com.gruelbox:transactionoutbox-parent:4.3.281")
'com.gruelbox:transactionoutbox-parent:pom:4.3.281'
<dependency org="com.gruelbox" name="transactionoutbox-parent" rev="4.3.281">
<artifact name="transactionoutbox-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gruelbox', module='transactionoutbox-parent', version='4.3.281')
)
libraryDependencies += "com.gruelbox" % "transactionoutbox-parent" % "4.3.281"
[com.gruelbox/transactionoutbox-parent "4.3.281"]