<dependency> <groupId>io.seata</groupId> <artifactId>seata-spring</artifactId> <version>0.5.2</version> </dependency>
implementation 'io.seata:seata-spring:0.5.2'
implementation("io.seata:seata-spring:0.5.2")
libraryDependencies += "io.seata" % "seata-spring" % "0.5.2"
@Grapes( @Grab(group='io.seata', module='seata-spring', version='0.5.2') )
<dependency org="io.seata" name="seata-spring" rev="0.5.2" />
[io.seata/seata-spring "0.5.2"]
'io.seata:seata-spring:jar:0.5.2'
<parent> <groupId>io.seata</groupId> <artifactId>seata-parent</artifactId> <version>0.5.2</version> </parent>
compile
|-- io.seata:seata-tm
|-- io.seata:seata-rm-datasource
|-- io.seata:seata-tcc
|-- io.seata:seata-rm
|-- cglib:cglib
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- org.springframework:spring-beans
|-- org.springframework:spring-aop