License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration Seata Distributed Transactions |
GroupId | GroupIdio.seata |
ArtifactId | ArtifactIdseata-config-core |
Last Version | Last Version1.5.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionseata-config-core 1.5.1.1
config-core for Seata built with Maven
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
seata-config-core-1.5.1.1.pom | |
seata-config-core-1.5.1.1.jar | 22 KB |
seata-config-core-1.5.1.1-sources.jar | 16 KB |
seata-config-core-1.5.1.1-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.seata/seata-config-core/ -->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-config-core</artifactId>
<version>1.5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.seata/seata-config-core/
implementation 'io.seata:seata-config-core:1.5.1.1'
// https://jarcasting.com/artifacts/io.seata/seata-config-core/
implementation ("io.seata:seata-config-core:1.5.1.1")
'io.seata:seata-config-core:jar:1.5.1.1'
<dependency org="io.seata" name="seata-config-core" rev="1.5.1.1">
<artifact name="seata-config-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.seata', module='seata-config-core', version='1.5.1.1')
)
libraryDependencies += "io.seata" % "seata-config-core" % "1.5.1.1"
[io.seata/seata-config-core "1.5.1.1"]
Group / Artifact | Type | Version |
---|---|---|
io.seata : seata-common | jar | 1.5.1.1 |
com.typesafe : config | jar | 1.2.1 |
org.yaml : snakeyaml | jar | 1.27 |
cglib : cglib | jar | 3.1 |