s

seata-tm

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