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