is not current version
Last Version 1.5.1.1

io.seata:seata-bom 0.7.1

Seata bom

Categories

Categories

Seata Application Layer Libs Distributed Transactions
GroupId

GroupId

io.seata
ArtifactId

ArtifactId

seata-bom
Version

Version

0.7.1
Type

Type

pom

Download seata-bom 0.7.1

Filename Size
seata-bom-0.7.1.pom 19 KB
Browse

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