Last Version

Transaction Outbox Guice 4.3.281

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

License

License

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.gruelbox
ArtifactId

ArtifactId

transactionoutbox-guice
Version

Version

4.3.281
Type

Type

jar
Description

Description

Transaction Outbox Guice
A safe implementation of the transactional outbox pattern for Java (Guice extension library)
Project Organization

Project Organization

Graham Crockford

Download transactionoutbox-guice 4.3.281


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

Dependencies

compile (2)

Group / Artifact Type Version
com.gruelbox : transactionoutbox-core jar 4.3.281
com.google.inject : guice jar 5.1.0

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22

Project Modules

There are no modules declared in this project.