MVN

com.gruelbox : transactionoutbox-guice

Maven & Gradle

May 17, 2023
142 stars

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

<dependency>
    <groupId>com.gruelbox</groupId>
    <artifactId>transactionoutbox-guice</artifactId>
    <version>5.3.370</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gruelbox : transactionoutbox-guice to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.370

All Versions

Choose a version of com.gruelbox : transactionoutbox-guice to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.3.x
transactionoutbox-guice-5.3.370
5.2.x
transactionoutbox-guice-5.2.360
transactionoutbox-guice-5.2.337
5.1.x
transactionoutbox-guice-5.1.300
4.3.x
transactionoutbox-guice-4.3.281
4.2.x
transactionoutbox-guice-4.2.268
4.1.x
transactionoutbox-guice-4.1.230
transactionoutbox-guice-4.1.214
3.1.x
transactionoutbox-guice-3.1.195
transactionoutbox-guice-3.1.184
2.1.x
transactionoutbox-guice-2.1.164
1.3.x
transactionoutbox-guice-1.3.151
transactionoutbox-guice-1.3.146
transactionoutbox-guice-1.3.137
transactionoutbox-guice-1.3.127
transactionoutbox-guice-1.3.109
0.2.x
transactionoutbox-guice-0.2.92
0.1.x
transactionoutbox-guice-0.1.57

How to add a dependency to Maven

Add the following com.gruelbox : transactionoutbox-guice maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gruelbox</groupId>
    <artifactId>transactionoutbox-guice</artifactId>
    <version>5.3.370</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gruelbox : transactionoutbox-guice gradle dependency to your build.gradle file:

implementation 'com.gruelbox:transactionoutbox-guice:5.3.370'

Gradle Kotlin DSL: Add the following com.gruelbox : transactionoutbox-guice gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gruelbox:transactionoutbox-guice:5.3.370")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gruelbox : transactionoutbox-guice sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gruelbox" % "transactionoutbox-guice" % "5.3.370"

Advertisement