Categories |
CategoriesSeata Application Layer Libs Distributed Transactions |
---|---|
GroupId | GroupIdio.seata |
ArtifactId | ArtifactIdseata-motan |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
seata-motan-0.8.0.pom | |
seata-motan-0.8.0.jar | 4 KB |
seata-motan-0.8.0-sources.jar | 2 KB |
seata-motan-0.8.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.seata/seata-motan/ -->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-motan</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.seata/seata-motan/
implementation 'io.seata:seata-motan:0.8.0'
// https://jarcasting.com/artifacts/io.seata/seata-motan/
implementation ("io.seata:seata-motan:0.8.0")
'io.seata:seata-motan:jar:0.8.0'
<dependency org="io.seata" name="seata-motan" rev="0.8.0">
<artifact name="seata-motan" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.seata', module='seata-motan', version='0.8.0')
)
libraryDependencies += "io.seata" % "seata-motan" % "0.8.0"
[io.seata/seata-motan "0.8.0"]