<dependency> <groupId>io.seata</groupId> <artifactId>seata-tcc</artifactId> <version>1.3.0</version> </dependency>
implementation 'io.seata:seata-tcc:1.3.0'
implementation("io.seata:seata-tcc:1.3.0")
libraryDependencies += "io.seata" % "seata-tcc" % "1.3.0"
@Grapes( @Grab(group='io.seata', module='seata-tcc', version='1.3.0') )
<dependency org="io.seata" name="seata-tcc" rev="1.3.0" />
[io.seata/seata-tcc "1.3.0"]
'io.seata:seata-tcc:jar:1.3.0'
<parent> <groupId>io.seata</groupId> <artifactId>seata-parent</artifactId> <version>1.3.0</version> </parent>
compile
|-- io.seata:seata-core
|-- io.seata:seata-rm
|-- com.alibaba:fastjson