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