| License |
License |
|---|---|
| GroupId | GroupIdcom.gruelbox |
| ArtifactId | ArtifactIdtransactionoutbox-core |
| Version | Version4.1.214 |
| Type | Typejar |
| Description |
DescriptionTransaction Outbox Core
A safe implementation of the transactional outbox pattern for Java (core library)
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.gruelbox/transactionoutbox-core/ -->
<dependency>
<groupId>com.gruelbox</groupId>
<artifactId>transactionoutbox-core</artifactId>
<version>4.1.214</version>
</dependency>
// https://jarcasting.com/artifacts/com.gruelbox/transactionoutbox-core/
implementation 'com.gruelbox:transactionoutbox-core:4.1.214'
// https://jarcasting.com/artifacts/com.gruelbox/transactionoutbox-core/
implementation ("com.gruelbox:transactionoutbox-core:4.1.214")
'com.gruelbox:transactionoutbox-core:jar:4.1.214'
<dependency org="com.gruelbox" name="transactionoutbox-core" rev="4.1.214">
<artifact name="transactionoutbox-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gruelbox', module='transactionoutbox-core', version='4.1.214')
)
libraryDependencies += "com.gruelbox" % "transactionoutbox-core" % "4.1.214"
[com.gruelbox/transactionoutbox-core "4.1.214"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.32 |
| cglib : cglib | jar | 3.3.0 |
| org.objenesis : objenesis | jar | 3.2 |
| com.google.code.gson : gson | jar | 2.8.7 |
| org.hibernate.validator : hibernate-validator | jar | 6.2.0.Final |
| javax.el : javax.el-api | jar | 3.0.0 |
| org.glassfish : javax.el | jar | 3.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.20 |