is not current version
Last Version 1.5.1.1

io.seata:seata-rm 1.0.0


Categories

Categories

Seata Application Layer Libs Distributed Transactions
GroupId

GroupId

io.seata
ArtifactId

ArtifactId

seata-rm
Version

Version

1.0.0
Type

Type

jar

Download seata-rm 1.0.0


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