<dependency> <groupId>io.seata</groupId> <artifactId>seata-tcc</artifactId> <version>2.0.0</version> </dependency>
implementation 'io.seata:seata-tcc:2.0.0'
implementation("io.seata:seata-tcc:2.0.0")
libraryDependencies += "io.seata" % "seata-tcc" % "2.0.0"
@Grapes( @Grab(group='io.seata', module='seata-tcc', version='2.0.0') )
<dependency org="io.seata" name="seata-tcc" rev="2.0.0" />
[io.seata/seata-tcc "2.0.0"]
'io.seata:seata-tcc:jar:2.0.0'
compile
|-- io.seata:seata-core:2.0.0
|-- io.seata:seata-rm:2.0.0
|-- org.springframework:spring-aop:5.3.20
|-- org.springframework:spring-jdbc:5.3.20
|-- io.seata:seata-integration-tx-api:2.0.0