| License | License | 
|---|---|
| Categories | CategoriesSeata Application Layer Libs Distributed Transactions | 
| GroupId | GroupIdio.joyrpc | 
| ArtifactId | ArtifactIdjoyrpc-transaction-seata | 
| Last Version | Last Version1.4.7-RELEASE | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionjoy rpc framework | 
<!-- https://jarcasting.com/artifacts/io.joyrpc/joyrpc-transaction-seata/ -->
<dependency>
    <groupId>io.joyrpc</groupId>
    <artifactId>joyrpc-transaction-seata</artifactId>
    <version>1.4.7-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/io.joyrpc/joyrpc-transaction-seata/
implementation 'io.joyrpc:joyrpc-transaction-seata:1.4.7-RELEASE'// https://jarcasting.com/artifacts/io.joyrpc/joyrpc-transaction-seata/
implementation ("io.joyrpc:joyrpc-transaction-seata:1.4.7-RELEASE")'io.joyrpc:joyrpc-transaction-seata:jar:1.4.7-RELEASE'<dependency org="io.joyrpc" name="joyrpc-transaction-seata" rev="1.4.7-RELEASE">
  <artifact name="joyrpc-transaction-seata" type="jar" />
</dependency>@Grapes(
@Grab(group='io.joyrpc', module='joyrpc-transaction-seata', version='1.4.7-RELEASE')
)libraryDependencies += "io.joyrpc" % "joyrpc-transaction-seata" % "1.4.7-RELEASE"[io.joyrpc/joyrpc-transaction-seata "1.4.7-RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| io.seata : seata-all | jar | 1.3.0 | 
| io.joyrpc : joyrpc-core | jar | 1.4.7-RELEASE |