| License | License | 
|---|---|
| Categories | CategoriesSeata Application Layer Libs Distributed Transactions | 
| GroupId | GroupIdio.seata | 
| ArtifactId | ArtifactIdseata-tm | 
| Last Version | Last Version1.5.1.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionseata-tm 1.5.1.1 transaction manager for Seata built with Maven | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| seata-tm-1.5.1.1.pom | |
| seata-tm-1.5.1.1.jar | 25 KB | 
| seata-tm-1.5.1.1-sources.jar | 19 KB | 
| seata-tm-1.5.1.1-javadoc.jar | 139 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.seata/seata-tm/ -->
<dependency>
    <groupId>io.seata</groupId>
    <artifactId>seata-tm</artifactId>
    <version>1.5.1.1</version>
</dependency>// https://jarcasting.com/artifacts/io.seata/seata-tm/
implementation 'io.seata:seata-tm:1.5.1.1'// https://jarcasting.com/artifacts/io.seata/seata-tm/
implementation ("io.seata:seata-tm:1.5.1.1")'io.seata:seata-tm:jar:1.5.1.1'<dependency org="io.seata" name="seata-tm" rev="1.5.1.1">
  <artifact name="seata-tm" type="jar" />
</dependency>@Grapes(
@Grab(group='io.seata', module='seata-tm', version='1.5.1.1')
)libraryDependencies += "io.seata" % "seata-tm" % "1.5.1.1"[io.seata/seata-tm "1.5.1.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| io.seata : seata-core | jar | 1.5.1.1 |