| License |
License |
|---|---|
| Categories |
CategoriesSeata Application Layer Libs Distributed Transactions |
| GroupId | GroupIdio.seata |
| ArtifactId | ArtifactIdseata-saga-rm |
| Version | Version1.5.1 |
| Type | Typejar |
| Description |
Descriptionseata-saga-rm 1.5.1
top seata project pom.xml file
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| seata-saga-rm-1.5.1.pom | |
| seata-saga-rm-1.5.1.jar | 7 KB |
| seata-saga-rm-1.5.1-sources.jar | 5 KB |
| seata-saga-rm-1.5.1-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.seata/seata-saga-rm/ -->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-saga-rm</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.seata/seata-saga-rm/
implementation 'io.seata:seata-saga-rm:1.5.1'
// https://jarcasting.com/artifacts/io.seata/seata-saga-rm/
implementation ("io.seata:seata-saga-rm:1.5.1")
'io.seata:seata-saga-rm:jar:1.5.1'
<dependency org="io.seata" name="seata-saga-rm" rev="1.5.1">
<artifact name="seata-saga-rm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.seata', module='seata-saga-rm', version='1.5.1')
)
libraryDependencies += "io.seata" % "seata-saga-rm" % "1.5.1"
[io.seata/seata-saga-rm "1.5.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.seata : seata-core | jar | 1.5.1 |
| io.seata : seata-rm | jar | 1.5.1 |
| io.seata : seata-saga-engine | jar | 1.5.1 |
| io.seata : seata-common | jar | 1.5.1 |
| org.codehaus.groovy : groovy-all | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| com.alibaba : fastjson | jar | |
| com.fasterxml.jackson.core : jackson-databind | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | |
| org.junit.platform : junit-platform-launcher | jar | |
| org.mockito : mockito-core | jar | |
| org.mockito : mockito-junit-jupiter | jar | |
| org.assertj : assertj-core | jar | |
| org.slf4j : slf4j-simple | jar |