Categories |
CategoriesSeata Application Layer Libs Distributed Transactions |
---|---|
GroupId | GroupIdio.seata |
ArtifactId | ArtifactIdseata-tcc |
Version | Version0.8.1 |
Type | Typejar |
Filename | Size |
---|---|
seata-tcc-0.8.1.pom | |
seata-tcc-0.8.1.jar | 28 KB |
seata-tcc-0.8.1-sources.jar | 25 KB |
seata-tcc-0.8.1-javadoc.jar | 159 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.seata/seata-tcc/ -->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-tcc</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.seata/seata-tcc/
implementation 'io.seata:seata-tcc:0.8.1'
// https://jarcasting.com/artifacts/io.seata/seata-tcc/
implementation ("io.seata:seata-tcc:0.8.1")
'io.seata:seata-tcc:jar:0.8.1'
<dependency org="io.seata" name="seata-tcc" rev="0.8.1">
<artifact name="seata-tcc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.seata', module='seata-tcc', version='0.8.1')
)
libraryDependencies += "io.seata" % "seata-tcc" % "0.8.1"
[io.seata/seata-tcc "0.8.1"]