License |
License |
---|---|
Categories |
CategoriesSeata Application Layer Libs Distributed Transactions |
GroupId | GroupIdio.seata |
ArtifactId | ArtifactIdseata-all |
Last Version | Last Version1.5.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSeata All-in-one 1.5.1.1
Seata is an easy-to-use, high-performance, java based, open source distributed transaction solution.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
seata-all-1.5.1.1.pom | |
seata-all-1.5.1.1.jar | 4 MB |
seata-all-1.5.1.1-sources.jar | 1 MB |
seata-all-1.5.1.1-javadoc.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.seata/seata-all/ -->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-all</artifactId>
<version>1.5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.seata/seata-all/
implementation 'io.seata:seata-all:1.5.1.1'
// https://jarcasting.com/artifacts/io.seata/seata-all/
implementation ("io.seata:seata-all:1.5.1.1")
'io.seata:seata-all:jar:1.5.1.1'
<dependency org="io.seata" name="seata-all" rev="1.5.1.1">
<artifact name="seata-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.seata', module='seata-all', version='1.5.1.1')
)
libraryDependencies += "io.seata" % "seata-all" % "1.5.1.1"
[io.seata/seata-all "1.5.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 5.3.18 |
org.springframework : spring-core | jar | 5.3.18 |
org.springframework : spring-beans | jar | 5.3.18 |
org.springframework : spring-aop | jar | 5.3.18 |
org.springframework : spring-webmvc | jar | 5.3.18 |
io.netty : netty-all | jar | 4.1.70.Final |
org.antlr : antlr4 | jar | 4.8 |
com.alibaba : fastjson | jar | 1.2.83 |
com.alibaba : druid | jar | 1.2.6 |
com.typesafe : config | jar | 1.2.1 |
org.slf4j : slf4j-api | jar | 1.7.32 |
commons-lang : commons-lang | jar | 2.6 |
org.apache.commons : commons-pool2 | jar | 2.9.0 |
commons-pool : commons-pool | jar | 1.6 |
cglib : cglib | jar | 3.1 |
aopalliance : aopalliance | jar | 1.0 |
com.google.guava : guava | jar | 27.0.1-jre |
com.github.ben-manes.caffeine : caffeine | jar | 2.8.8 |