Last Version

EasyTransaction core 1.4.3

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

License

License

GroupId

GroupId

com.yiqiniu.easytrans
ArtifactId

ArtifactId

easytrans-core
Version

Version

1.4.3
Type

Type

jar
Description

Description

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

Project Organization

QNJR
Source Code Management

Source Code Management

https://github.com/QNJR-GROUP/EasyTransaction/tree/master/easytrans-core

Download easytrans-core 1.4.3


<!-- https://jarcasting.com/artifacts/com.yiqiniu.easytrans/easytrans-core/ -->
<dependency>
    <groupId>com.yiqiniu.easytrans</groupId>
    <artifactId>easytrans-core</artifactId>
    <version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.yiqiniu.easytrans/easytrans-core/
implementation 'com.yiqiniu.easytrans:easytrans-core:1.4.3'
// https://jarcasting.com/artifacts/com.yiqiniu.easytrans/easytrans-core/
implementation ("com.yiqiniu.easytrans:easytrans-core:1.4.3")
'com.yiqiniu.easytrans:easytrans-core:jar:1.4.3'
<dependency org="com.yiqiniu.easytrans" name="easytrans-core" rev="1.4.3">
  <artifact name="easytrans-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yiqiniu.easytrans', module='easytrans-core', version='1.4.3')
)
libraryDependencies += "com.yiqiniu.easytrans" % "easytrans-core" % "1.4.3"
[com.yiqiniu.easytrans/easytrans-core "1.4.3"]

Dependencies

compile (9)

Group / Artifact Type Version
org.springframework.boot : spring-boot jar 1.5.19.RELEASE
org.springframework.boot : spring-boot-autoconfigure jar 1.5.19.RELEASE
org.springframework : spring-core jar 4.3.22.RELEASE
org.springframework.boot : spring-boot-configuration-processor jar 1.5.19.RELEASE
org.springframework : spring-jdbc jar 4.3.22.RELEASE
io.seata : seata-rm-datasource jar 0.8.1
org.apache.curator : curator-recipes jar 4.0.1
org.apache.zookeeper : zookeeper jar 3.4.10
com.google.guava : guava jar 18.0

provided (1)

Group / Artifact Type Version
commons-logging : commons-logging-api jar 1.1

Project Modules

There are no modules declared in this project.