s

seata-tcc

tcc transaction mode for Seata built with Maven
https://seata.io
Apache License, Version 2.0
Seata
Seata
Files download
File Operation
seata-tcc-1.6.0-RC1.jar download
seata-tcc-1.6.0-RC1.pom download
seata-tcc-1.6.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.seata</groupId>
  <artifactId>seata-tcc</artifactId>
  <version>1.6.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'io.seata:seata-tcc:1.6.0-RC1'
Gradle Kotlin
implementation("io.seata:seata-tcc:1.6.0-RC1")
Scala SBT
libraryDependencies += "io.seata" % "seata-tcc" % "1.6.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='io.seata', module='seata-tcc', version='1.6.0-RC1')
)
Apache Ivy
<dependency org="io.seata" name="seata-tcc" rev="1.6.0-RC1" />
Leiningen
[io.seata/seata-tcc "1.6.0-RC1"]
Apache Buildr
'io.seata:seata-tcc:jar:1.6.0-RC1'