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