<dependency> <groupId>io.seata</groupId> <artifactId>seata-spring</artifactId> <version>0.6.1</version> </dependency>
implementation 'io.seata:seata-spring:0.6.1'
implementation("io.seata:seata-spring:0.6.1")
libraryDependencies += "io.seata" % "seata-spring" % "0.6.1"
@Grapes( @Grab(group='io.seata', module='seata-spring', version='0.6.1') )
<dependency org="io.seata" name="seata-spring" rev="0.6.1" />
[io.seata/seata-spring "0.6.1"]
'io.seata:seata-spring:jar:0.6.1'
<parent> <groupId>io.seata</groupId> <artifactId>seata-parent</artifactId> <version>0.6.1</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