License |
License |
---|---|
Categories |
CategoriesSeata Application Layer Libs Distributed Transactions |
GroupId | GroupIdio.seata |
ArtifactId | ArtifactIdseata-http |
Last Version | Last Version1.5.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionseata-http 1.5.1.1
http-client integration for Seata built with Maven
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
seata-http-1.5.1.1.pom | |
seata-http-1.5.1.1.jar | 13 KB |
seata-http-1.5.1.1-sources.jar | 9 KB |
seata-http-1.5.1.1-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.seata/seata-http/ -->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-http</artifactId>
<version>1.5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.seata/seata-http/
implementation 'io.seata:seata-http:1.5.1.1'
// https://jarcasting.com/artifacts/io.seata/seata-http/
implementation ("io.seata:seata-http:1.5.1.1")
'io.seata:seata-http:jar:1.5.1.1'
<dependency org="io.seata" name="seata-http" rev="1.5.1.1">
<artifact name="seata-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.seata', module='seata-http', version='1.5.1.1')
)
libraryDependencies += "io.seata" % "seata-http" % "1.5.1.1"
[io.seata/seata-http "1.5.1.1"]
Group / Artifact | Type | Version |
---|---|---|
io.seata : seata-core | jar | 1.5.1.1 |
org.springframework : spring-webmvc | jar | 5.3.18 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
com.alibaba : fastjson | jar | 1.2.83 |