License |
License |
---|---|
Categories |
CategoriesSeata Application Layer Libs Distributed Transactions |
GroupId | GroupIdio.seata |
ArtifactId | ArtifactIdseata-dependencies |
Last Version | Last Version1.5.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSeata dependencies 1.5.1.1
dependencies for Seata built with Maven
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
seata-dependencies-1.5.1.1.pom | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.seata/seata-dependencies/ -->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-dependencies</artifactId>
<version>1.5.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.seata/seata-dependencies/
implementation 'io.seata:seata-dependencies:1.5.1.1'
// https://jarcasting.com/artifacts/io.seata/seata-dependencies/
implementation ("io.seata:seata-dependencies:1.5.1.1")
'io.seata:seata-dependencies:pom:1.5.1.1'
<dependency org="io.seata" name="seata-dependencies" rev="1.5.1.1">
<artifact name="seata-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.seata', module='seata-dependencies', version='1.5.1.1')
)
libraryDependencies += "io.seata" % "seata-dependencies" % "1.5.1.1"
[io.seata/seata-dependencies "1.5.1.1"]