License |
License |
---|---|
Categories |
CategoriesSeata Application Layer Libs Distributed Transactions |
GroupId | GroupIdio.seata |
ArtifactId | ArtifactIdseata-bom |
Last Version | Last Version1.5.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSeata bom 1.5.1.1
Seata bom
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
seata-bom-1.5.1.1.pom | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.seata/seata-bom/ -->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-bom</artifactId>
<version>1.5.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.seata/seata-bom/
implementation 'io.seata:seata-bom:1.5.1.1'
// https://jarcasting.com/artifacts/io.seata/seata-bom/
implementation ("io.seata:seata-bom:1.5.1.1")
'io.seata:seata-bom:pom:1.5.1.1'
<dependency org="io.seata" name="seata-bom" rev="1.5.1.1">
<artifact name="seata-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.seata', module='seata-bom', version='1.5.1.1')
)
libraryDependencies += "io.seata" % "seata-bom" % "1.5.1.1"
[io.seata/seata-bom "1.5.1.1"]