Categories |
CategoriesSeata Application Layer Libs Distributed Transactions |
---|---|
GroupId | GroupIdio.seata |
ArtifactId | ArtifactIdseata-discovery-core |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
seata-discovery-core-1.4.0.pom | |
seata-discovery-core-1.4.0.jar | 17 KB |
seata-discovery-core-1.4.0-sources.jar | 13 KB |
seata-discovery-core-1.4.0-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.seata/seata-discovery-core/ -->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-discovery-core</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.seata/seata-discovery-core/
implementation 'io.seata:seata-discovery-core:1.4.0'
// https://jarcasting.com/artifacts/io.seata/seata-discovery-core/
implementation ("io.seata:seata-discovery-core:1.4.0")
'io.seata:seata-discovery-core:jar:1.4.0'
<dependency org="io.seata" name="seata-discovery-core" rev="1.4.0">
<artifact name="seata-discovery-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.seata', module='seata-discovery-core', version='1.4.0')
)
libraryDependencies += "io.seata" % "seata-discovery-core" % "1.4.0"
[io.seata/seata-discovery-core "1.4.0"]