is not current version
Last Version 1.5.1.1

io.seata:seata-rm 0.8.1


Categories

Categories

Seata Application Layer Libs Distributed Transactions
GroupId

GroupId

io.seata
ArtifactId

ArtifactId

seata-rm
Version

Version

0.8.1
Type

Type

jar

Download seata-rm 0.8.1


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