GroupId | GroupIdcom.alipay.sofa |
---|---|
ArtifactId | ArtifactIdregistry-server-integration |
Version | Version5.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.alipay.sofa/registry-server-integration/ -->
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>registry-server-integration</artifactId>
<version>5.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.alipay.sofa/registry-server-integration/
implementation 'com.alipay.sofa:registry-server-integration:5.2.1'
// https://jarcasting.com/artifacts/com.alipay.sofa/registry-server-integration/
implementation ("com.alipay.sofa:registry-server-integration:5.2.1")
'com.alipay.sofa:registry-server-integration:jar:5.2.1'
<dependency org="com.alipay.sofa" name="registry-server-integration" rev="5.2.1">
<artifact name="registry-server-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alipay.sofa', module='registry-server-integration', version='5.2.1')
)
libraryDependencies += "com.alipay.sofa" % "registry-server-integration" % "5.2.1"
[com.alipay.sofa/registry-server-integration "5.2.1"]