is not current version
Last Version 1.5.1.1

io.seata:seata-saga-tm 0.9.0


Categories

Categories

Seata Application Layer Libs Distributed Transactions
GroupId

GroupId

io.seata
ArtifactId

ArtifactId

seata-saga-tm
Version

Version

0.9.0
Type

Type

jar

Download seata-saga-tm 0.9.0


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