| License |
License |
|---|---|
| Categories |
CategoriesSeata Application Layer Libs Distributed Transactions |
| GroupId | GroupIdio.seata |
| ArtifactId | ArtifactIdseata-tcc |
| Last Version | Last Version1.5.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionseata-tcc 1.5.1.1
tcc transaction mode for Seata built with Maven
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| seata-tcc-1.5.1.1.pom | |
| seata-tcc-1.5.1.1.jar | 28 KB |
| seata-tcc-1.5.1.1-sources.jar | 25 KB |
| seata-tcc-1.5.1.1-javadoc.jar | 159 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.seata/seata-tcc/ -->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-tcc</artifactId>
<version>1.5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.seata/seata-tcc/
implementation 'io.seata:seata-tcc:1.5.1.1'
// https://jarcasting.com/artifacts/io.seata/seata-tcc/
implementation ("io.seata:seata-tcc:1.5.1.1")
'io.seata:seata-tcc:jar:1.5.1.1'
<dependency org="io.seata" name="seata-tcc" rev="1.5.1.1">
<artifact name="seata-tcc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.seata', module='seata-tcc', version='1.5.1.1')
)
libraryDependencies += "io.seata" % "seata-tcc" % "1.5.1.1"
[io.seata/seata-tcc "1.5.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.seata : seata-core | jar | 1.5.1.1 |
| io.seata : seata-rm | jar | 1.5.1.1 |
| org.springframework : spring-jdbc | jar | 5.3.18 |
| com.alibaba : fastjson | jar | 1.2.83 |