s

seata-spring

spring for Seata built with Maven
https://seata.io
Apache License, Version 2.0
Seata
Seata
Files download
File Operation
seata-spring-1.7.0-native-rc2.jar download
seata-spring-1.7.0-native-rc2.pom download
seata-spring-1.7.0-native-rc2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.seata</groupId>
  <artifactId>seata-spring</artifactId>
  <version>1.7.0-native-rc2</version>
</dependency>
Gradle Groovy
implementation 'io.seata:seata-spring:1.7.0-native-rc2'
Gradle Kotlin
implementation("io.seata:seata-spring:1.7.0-native-rc2")
Scala SBT
libraryDependencies += "io.seata" % "seata-spring" % "1.7.0-native-rc2"
Groovy Grape
@Grapes(
  @Grab(group='io.seata', module='seata-spring', version='1.7.0-native-rc2')
)
Apache Ivy
<dependency org="io.seata" name="seata-spring" rev="1.7.0-native-rc2" />
Leiningen
[io.seata/seata-spring "1.7.0-native-rc2"]
Apache Buildr
'io.seata:seata-spring:jar:1.7.0-native-rc2'