GroupId | GroupIdcom.alipay.sofa |
---|---|
ArtifactId | ArtifactIdregistry-server-integration |
Version | Version5.4.0 |
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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alipay.sofa/registry-server-integration/
implementation 'com.alipay.sofa:registry-server-integration:5.4.0'
// https://jarcasting.com/artifacts/com.alipay.sofa/registry-server-integration/
implementation ("com.alipay.sofa:registry-server-integration:5.4.0")
'com.alipay.sofa:registry-server-integration:jar:5.4.0'
<dependency org="com.alipay.sofa" name="registry-server-integration" rev="5.4.0">
<artifact name="registry-server-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alipay.sofa', module='registry-server-integration', version='5.4.0')
)
libraryDependencies += "com.alipay.sofa" % "registry-server-integration" % "5.4.0"
[com.alipay.sofa/registry-server-integration "5.4.0"]