GroupId | GroupIdcom.alipay.sofa |
---|---|
ArtifactId | ArtifactIdregistry-core |
Version | Version5.4.0 |
Type | Typejar |
Filename | Size |
---|---|
registry-core-5.4.0.pom | |
registry-core-5.4.0.jar | 14 KB |
registry-core-5.4.0-sources.jar | 18 KB |
registry-core-5.4.0-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alipay.sofa/registry-core/ -->
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>registry-core</artifactId>
<version>5.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alipay.sofa/registry-core/
implementation 'com.alipay.sofa:registry-core:5.4.0'
// https://jarcasting.com/artifacts/com.alipay.sofa/registry-core/
implementation ("com.alipay.sofa:registry-core:5.4.0")
'com.alipay.sofa:registry-core:jar:5.4.0'
<dependency org="com.alipay.sofa" name="registry-core" rev="5.4.0">
<artifact name="registry-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alipay.sofa', module='registry-core', version='5.4.0')
)
libraryDependencies += "com.alipay.sofa" % "registry-core" % "5.4.0"
[com.alipay.sofa/registry-core "5.4.0"]