License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration Seata Distributed Transactions |
GroupId | GroupIdio.seata |
ArtifactId | ArtifactIdseata-config |
Version | Version1.4.2 |
Type | Typepom |
Description |
Descriptionseata-config 1.4.2
top seata project pom.xml file
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
seata-config-1.4.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.seata/seata-config/ -->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-config</artifactId>
<version>1.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.seata/seata-config/
implementation 'io.seata:seata-config:1.4.2'
// https://jarcasting.com/artifacts/io.seata/seata-config/
implementation ("io.seata:seata-config:1.4.2")
'io.seata:seata-config:pom:1.4.2'
<dependency org="io.seata" name="seata-config" rev="1.4.2">
<artifact name="seata-config" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.seata', module='seata-config', version='1.4.2')
)
libraryDependencies += "io.seata" % "seata-config" % "1.4.2"
[io.seata/seata-config "1.4.2"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.4.2 |
org.junit.platform : junit-platform-launcher | jar | 1.4.2 |
org.mockito : mockito-core | jar | 2.23.4 |
org.mockito : mockito-junit-jupiter | jar | 2.23.4 |
org.assertj : assertj-core | jar | 3.12.2 |