is not current version
Last Version 1.5.1.1

io.seata:seata-saga-tm 1.4.0


Categories

Categories

Seata Application Layer Libs Distributed Transactions
GroupId

GroupId

io.seata
ArtifactId

ArtifactId

seata-saga-tm
Version

Version

1.4.0
Type

Type

jar

Download seata-saga-tm 1.4.0


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