License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.gruelbox |
ArtifactId | ArtifactIdtransactionoutbox-guice |
Version | Version3.1.195 |
Type | Typejar |
Description |
DescriptionTransaction Outbox Guice
A safe implementation of the transactional outbox pattern for Java (Guice extension library)
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.gruelbox/transactionoutbox-guice/ -->
<dependency>
<groupId>com.gruelbox</groupId>
<artifactId>transactionoutbox-guice</artifactId>
<version>3.1.195</version>
</dependency>
// https://jarcasting.com/artifacts/com.gruelbox/transactionoutbox-guice/
implementation 'com.gruelbox:transactionoutbox-guice:3.1.195'
// https://jarcasting.com/artifacts/com.gruelbox/transactionoutbox-guice/
implementation ("com.gruelbox:transactionoutbox-guice:3.1.195")
'com.gruelbox:transactionoutbox-guice:jar:3.1.195'
<dependency org="com.gruelbox" name="transactionoutbox-guice" rev="3.1.195">
<artifact name="transactionoutbox-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gruelbox', module='transactionoutbox-guice', version='3.1.195')
)
libraryDependencies += "com.gruelbox" % "transactionoutbox-guice" % "3.1.195"
[com.gruelbox/transactionoutbox-guice "3.1.195"]
Group / Artifact | Type | Version |
---|---|---|
com.gruelbox : transactionoutbox-core | jar | 3.1.195 |
com.google.inject : guice | jar | 5.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.20 |