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