s

seata-all

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

compile

|-- org.springframework:spring-context:4.3.23.RELEASE

|-- org.springframework:spring-core:4.3.23.RELEASE

|-- org.springframework:spring-beans:4.3.23.RELEASE

|-- org.springframework:spring-aop:4.3.23.RELEASE

|-- org.springframework:spring-webmvc:4.3.23.RELEASE

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

|-- org.antlr:antlr4:4.8

|-- com.alibaba:fastjson:1.2.73

|-- com.alibaba:druid:1.1.23

|-- com.typesafe:config:1.2.1

|-- org.slf4j:slf4j-api:1.7.22

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

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

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

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

|-- cglib:cglib:3.1

|-- aopalliance:aopalliance:1.0

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

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

provided

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

|-- org.apache.dubbo:dubbo:2.7.0

|-- com.alibaba:dubbo:2.6.5

|-- com.101tec:zkclient:0.11

|-- org.apache.zookeeper:zookeeper:3.4.14

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

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

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

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

|-- redis.clients:jedis:3.2.0

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

|-- 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.8

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

|-- 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.9.9

|-- 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