MVN

com.yiqiniu.easytrans : easytrans

Maven & Gradle

Dec 21, 2019
2.3k stars

EasyTransaction · A distribute transaction solution unified the usage of TCC , SAGA , reliable message, compensate and so on

<dependency>
    <groupId>com.yiqiniu.easytrans</groupId>
    <artifactId>easytrans</artifactId>
    <version>1.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yiqiniu.easytrans : easytrans to add to Maven - Latest Versions:

  • Latest Stable: 1.4.3

All Versions

Choose a version of com.yiqiniu.easytrans : easytrans to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
easytrans-1.4.3
easytrans-1.4.2
easytrans-1.4.0
1.3.x
easytrans-1.3.1
easytrans-1.3.0
1.2.x
easytrans-1.2.0
1.1.x
easytrans-1.1.3
easytrans-1.1.2
easytrans-1.1.1
easytrans-1.1.0
1.0.x
easytrans-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.yiqiniu.easytrans</groupId>
    <artifactId>easytrans</artifactId>
    <version>1.4.3</version>
</dependency>