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