Categories |
CategoriesSeata Application Layer Libs Distributed Transactions |
---|---|
GroupId | GroupIdio.seata |
ArtifactId | ArtifactIdseata-saga |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
seata-saga-1.1.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.seata/seata-saga/ -->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-saga</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.seata/seata-saga/
implementation 'io.seata:seata-saga:1.1.0'
// https://jarcasting.com/artifacts/io.seata/seata-saga/
implementation ("io.seata:seata-saga:1.1.0")
'io.seata:seata-saga:pom:1.1.0'
<dependency org="io.seata" name="seata-saga" rev="1.1.0">
<artifact name="seata-saga" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.seata', module='seata-saga', version='1.1.0')
)
libraryDependencies += "io.seata" % "seata-saga" % "1.1.0"
[io.seata/seata-saga "1.1.0"]