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