License |
License |
---|---|
Categories |
CategoriesSeata Application Layer Libs Distributed Transactions |
GroupId | GroupIdio.seata |
ArtifactId | ArtifactIdseata-saga-tm |
Last Version | Last Version1.5.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionseata-saga-tm 1.5.1.1
saga transaction manager for Seata built with Maven
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
seata-saga-tm-1.5.1.1.pom | |
seata-saga-tm-1.5.1.1.jar | 6 KB |
seata-saga-tm-1.5.1.1-sources.jar | 3 KB |
seata-saga-tm-1.5.1.1-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.seata/seata-saga-tm/ -->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-saga-tm</artifactId>
<version>1.5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.seata/seata-saga-tm/
implementation 'io.seata:seata-saga-tm:1.5.1.1'
// https://jarcasting.com/artifacts/io.seata/seata-saga-tm/
implementation ("io.seata:seata-saga-tm:1.5.1.1")
'io.seata:seata-saga-tm:jar:1.5.1.1'
<dependency org="io.seata" name="seata-saga-tm" rev="1.5.1.1">
<artifact name="seata-saga-tm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.seata', module='seata-saga-tm', version='1.5.1.1')
)
libraryDependencies += "io.seata" % "seata-saga-tm" % "1.5.1.1"
[io.seata/seata-saga-tm "1.5.1.1"]
Group / Artifact | Type | Version |
---|---|---|
io.seata : seata-tm | jar | 1.5.1.1 |
io.seata : seata-saga-rm | jar | 1.5.1.1 |
io.seata : seata-common | jar | 1.5.1.1 |
org.codehaus.groovy : groovy-all | jar | 2.4.4 |