| License |
License |
|---|---|
| Categories |
CategoriesSeata Application Layer Libs Distributed Transactions |
| GroupId | GroupIdio.seata |
| ArtifactId | ArtifactIdseata-spring |
| Last Version | Last Version1.5.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionseata-spring 1.5.1.1
spring for Seata built with Maven
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| seata-spring-1.5.1.1.pom | |
| seata-spring-1.5.1.1.jar | 27 KB |
| seata-spring-1.5.1.1-sources.jar | 18 KB |
| seata-spring-1.5.1.1-javadoc.jar | 104 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.seata/seata-spring/ -->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-spring</artifactId>
<version>1.5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.seata/seata-spring/
implementation 'io.seata:seata-spring:1.5.1.1'
// https://jarcasting.com/artifacts/io.seata/seata-spring/
implementation ("io.seata:seata-spring:1.5.1.1")
'io.seata:seata-spring:jar:1.5.1.1'
<dependency org="io.seata" name="seata-spring" rev="1.5.1.1">
<artifact name="seata-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.seata', module='seata-spring', version='1.5.1.1')
)
libraryDependencies += "io.seata" % "seata-spring" % "1.5.1.1"
[io.seata/seata-spring "1.5.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.seata : seata-tm | jar | 1.5.1.1 |
| io.seata : seata-rm-datasource | jar | 1.5.1.1 |
| io.seata : seata-tcc | jar | 1.5.1.1 |
| io.seata : seata-rm | jar | 1.5.1.1 |
| io.seata : seata-serializer-all | jar | 1.5.1.1 |
| cglib : cglib | jar | 3.1 |
| org.springframework : spring-context | jar | 5.3.18 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.32 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.4.3 |