s

seata-all

Seata is an easy-to-use, high-performance, java based, open source distributed transaction solution.
https://seata.io
Apache License, Version 2.0
Seata
Seata
Files download
File Operation
seata-all-1.5.2.jar download
seata-all-1.5.2.pom download
seata-all-1.5.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.seata</groupId>
  <artifactId>seata-all</artifactId>
  <version>1.5.2</version>
</dependency>
Gradle Groovy
implementation 'io.seata:seata-all:1.5.2'
Gradle Kotlin
implementation("io.seata:seata-all:1.5.2")
Scala SBT
libraryDependencies += "io.seata" % "seata-all" % "1.5.2"
Groovy Grape
@Grapes(
  @Grab(group='io.seata', module='seata-all', version='1.5.2')
)
Apache Ivy
<dependency org="io.seata" name="seata-all" rev="1.5.2" />
Leiningen
[io.seata/seata-all "1.5.2"]
Apache Buildr
'io.seata:seata-all:jar:1.5.2'
Dependencies

compile

|-- org.springframework:spring-context:5.3.18

|-- org.springframework:spring-core:5.3.18

|-- org.springframework:spring-beans:5.3.18

|-- org.springframework:spring-aop:5.3.18

|-- org.springframework:spring-webmvc:5.3.18

|-- io.netty:netty-all:4.1.70.Final

|-- org.antlr:antlr4:4.8

|-- com.alibaba:fastjson:1.2.83

|-- com.alibaba:druid:1.2.6

|-- com.typesafe:config:1.2.1

|-- org.slf4j:slf4j-api:1.7.32

|-- commons-lang:commons-lang:2.6

|-- org.apache.commons:commons-pool2:2.9.0

|-- commons-pool:commons-pool:1.6

|-- cglib:cglib:3.1

|-- aopalliance:aopalliance:1.0

|-- com.google.guava:guava:27.0.1-jre

|-- com.github.ben-manes.caffeine:caffeine:2.8.8

provided

|-- io.seata:seata-sqlparser-antlr:1.5.2

|-- io.seata:seata-serializer-protobuf:1.5.2

|-- ch.qos.logback:logback-classic:1.2.9

|-- com.google.protobuf:protobuf-java:3.7.1

|-- org.apache.dubbo:dubbo:2.7.4

|-- com.alibaba:dubbo:2.6.5

|-- com.alibaba.edas:edas-sdk:1.8.3

|-- com.101tec:zkclient:0.11

|-- org.apache.zookeeper:zookeeper:3.5.9

|-- com.alipay.sofa:registry-client-all:5.2.0

|-- com.alibaba.spring:spring-context-support:1.0.2

|-- com.alibaba.nacos:nacos-client:1.4.2

|-- com.ctrip.framework.apollo:apollo-client:1.6.0

|-- redis.clients:jedis:3.2.0

|-- com.netflix.eureka:eureka-client:1.10.17

|-- com.netflix.archaius:archaius-core:0.7.6

|-- com.ecwid.consul:consul-api:1.4.2

|-- io.etcd:jetcd-core:0.3.0

|-- javax.inject:javax.inject:1

|-- org.apache.httpcomponents:httpclient:4.5.13

|-- org.apache.httpcomponents:httpcore:4.4.14

|-- com.alipay.sofa:sofa-rpc-all:5.5.3

|-- com.weibo:motan-core:1.0.0

|-- com.weibo:motan-transport-netty:1.0.0

|-- io.protostuff:protostuff-core:1.5.9

|-- io.protostuff:protostuff-runtime:1.5.9

|-- io.grpc:grpc-netty:1.17.1

|-- io.grpc:grpc-protobuf:1.17.1

|-- io.grpc:grpc-stub:1.17.1

|-- mysql:mysql-connector-java:5.1.35

|-- org.postgresql:postgresql:42.1.4

|-- com.fasterxml.jackson.core:jackson-databind:2.11.4

|-- com.esotericsoftware:kryo:4.0.2

|-- de.ruedigermoeller:fst:2.57

|-- com.caucho:hessian:4.0.63

|-- de.javakaffee:kryo-serializers:0.42

|-- org.lz4:lz4-java:1.7.1