MVN

com.atomikos : ate

Maven & Gradle

May 05, 2023

Atomikos Transactions Essentials

<dependency>
    <groupId>com.atomikos</groupId>
    <artifactId>ate</artifactId>
    <version>6.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.atomikos : ate to add to Maven - Latest Versions:

  • Latest Stable: 6.0.0

All Versions

Choose a version of com.atomikos : ate to add to Maven - All Versions:

Version Vulnerabilities Updated
6.0.x
ate-6.0.0
ate-6.0.0M2
ate-6.0.0M1
5.0.x
ate-5.0.9
ate-5.0.8
ate-5.0.7
ate-5.0.6
ate-5.0.5
ate-5.0.4
ate-5.0.3
ate-5.0.2
ate-5.0.1
ate-5.0.0
4.0.x
ate-4.0.6
ate-4.0.5
ate-4.0.4
ate-4.0.3
ate-4.0.2
ate-4.0.1
ate-4.0.0
ate-4.0.0M5
ate-4.0.0M4
3.9.x
ate-3.9.3
ate-3.9.2
ate-3.9.1
ate-3.9.0
ate-3.9.0.M1
3.8.x
ate-3.8.0
3.7.x
ate-3.7.1
ate-3.7.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.atomikos</groupId>
    <artifactId>ate</artifactId>
    <version>6.0.0</version>
</dependency>

Advertisement