License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Atomikos Application Layer Libs Distributed Transactions |
GroupId | GroupIdcom.atomikos |
ArtifactId | ArtifactIdtransactions-spring-boot |
Last Version | Last Version5.0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTransactions Spring Boot
Reliability through Atomicity: manage your distributed transactions and protect your mission critical data
|
<!-- https://jarcasting.com/artifacts/com.atomikos/transactions-spring-boot/ -->
<dependency>
<groupId>com.atomikos</groupId>
<artifactId>transactions-spring-boot</artifactId>
<version>5.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.atomikos/transactions-spring-boot/
implementation 'com.atomikos:transactions-spring-boot:5.0.9'
// https://jarcasting.com/artifacts/com.atomikos/transactions-spring-boot/
implementation ("com.atomikos:transactions-spring-boot:5.0.9")
'com.atomikos:transactions-spring-boot:jar:5.0.9'
<dependency org="com.atomikos" name="transactions-spring-boot" rev="5.0.9">
<artifact name="transactions-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atomikos', module='transactions-spring-boot', version='5.0.9')
)
libraryDependencies += "com.atomikos" % "transactions-spring-boot" % "5.0.9"
[com.atomikos/transactions-spring-boot "5.0.9"]
Group / Artifact | Type | Version |
---|---|---|
com.atomikos : transactions-jdbc | jar | 5.0.9 |
com.atomikos : transactions-jms | jar | 5.0.9 |
com.atomikos : transactions-jta | jar | 5.0.9 |
org.springframework : spring-tx | jar | 5.2.9.RELEASE |
org.springframework.boot : spring-boot | jar | 2.3.4.RELEASE |
org.springframework.boot : spring-boot-autoconfigure Optional | jar | 2.3.4.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
jakarta.jms : jakarta.jms-api | jar | 2.0.3 |
jakarta.transaction : jakarta.transaction-api | jar | 1.3.3 |
javax.interceptor : javax.interceptor-api | jar | 1.2.2 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.9.0 |
junit : junit | jar | 4.11 |
org.assertj : assertj-core | jar | 3.17.2 |