s

seata-spring-boot-starter

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