r

registry-server-integration

Files download
File Operation
registry-server-integration-6.3.0.jar download
registry-server-integration-6.3.0.pom download
registry-server-integration-6.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alipay.sofa</groupId>
  <artifactId>registry-server-integration</artifactId>
  <version>6.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.alipay.sofa:registry-server-integration:6.3.0'
Gradle Kotlin
implementation("com.alipay.sofa:registry-server-integration:6.3.0")
Scala SBT
libraryDependencies += "com.alipay.sofa" % "registry-server-integration" % "6.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.alipay.sofa', module='registry-server-integration', version='6.3.0')
)
Apache Ivy
<dependency org="com.alipay.sofa" name="registry-server-integration" rev="6.3.0" />
Leiningen
[com.alipay.sofa/registry-server-integration "6.3.0"]
Apache Buildr
'com.alipay.sofa:registry-server-integration:jar:6.3.0'