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