License |
License |
---|---|
Categories |
CategoriesSeata Application Layer Libs Distributed Transactions |
GroupId | GroupIdio.seata |
ArtifactId | ArtifactIdseata-sofa-rpc |
Last Version | Last Version1.5.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionseata-sofa-rpc 1.5.1.1
sofa-rpc integration for Seata built with Maven
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
seata-sofa-rpc-1.5.1.1.pom | |
seata-sofa-rpc-1.5.1.1.jar | 6 KB |
seata-sofa-rpc-1.5.1.1-sources.jar | 3 KB |
seata-sofa-rpc-1.5.1.1-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.seata/seata-sofa-rpc/ -->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-sofa-rpc</artifactId>
<version>1.5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.seata/seata-sofa-rpc/
implementation 'io.seata:seata-sofa-rpc:1.5.1.1'
// https://jarcasting.com/artifacts/io.seata/seata-sofa-rpc/
implementation ("io.seata:seata-sofa-rpc:1.5.1.1")
'io.seata:seata-sofa-rpc:jar:1.5.1.1'
<dependency org="io.seata" name="seata-sofa-rpc" rev="1.5.1.1">
<artifact name="seata-sofa-rpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.seata', module='seata-sofa-rpc', version='1.5.1.1')
)
libraryDependencies += "io.seata" % "seata-sofa-rpc" % "1.5.1.1"
[io.seata/seata-sofa-rpc "1.5.1.1"]
Group / Artifact | Type | Version |
---|---|---|
io.seata : seata-tm | jar | 1.5.1.1 |
com.alipay.sofa : sofa-rpc-all | jar | 5.5.3 |