License |
License |
---|---|
Categories |
CategoriesSeata Application Layer Libs Distributed Transactions |
GroupId | GroupIdio.seata |
ArtifactId | ArtifactIdseata-common |
Last Version | Last Version1.5.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionseata-common 1.5.1.1
common library for Seata built with Maven
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
seata-common-1.5.1.1.pom | |
seata-common-1.5.1.1.jar | 39 KB |
seata-common-1.5.1.1-sources.jar | 32 KB |
seata-common-1.5.1.1-javadoc.jar | 205 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.seata/seata-common/ -->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-common</artifactId>
<version>1.5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.seata/seata-common/
implementation 'io.seata:seata-common:1.5.1.1'
// https://jarcasting.com/artifacts/io.seata/seata-common/
implementation ("io.seata:seata-common:1.5.1.1")
'io.seata:seata-common:jar:1.5.1.1'
<dependency org="io.seata" name="seata-common" rev="1.5.1.1">
<artifact name="seata-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.seata', module='seata-common', version='1.5.1.1')
)
libraryDependencies += "io.seata" % "seata-common" % "1.5.1.1"
[io.seata/seata-common "1.5.1.1"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-all | jar | 4.1.70.Final |
org.slf4j : slf4j-api | jar | 1.7.32 |
commons-lang : commons-lang | jar | 2.6 |