is not current version
Last Version 1.5.1.1

io.seata:seata-all 0.7.0

Seata is an easy-to-use, high-performance, java based, open source distributed transaction solution.

Categories

Categories

Seata Application Layer Libs Distributed Transactions
GroupId

GroupId

io.seata
ArtifactId

ArtifactId

seata-all
Version

Version

0.7.0
Type

Type

jar

Download seata-all 0.7.0


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