r

registry-client-all

A high-performance, high-extensibility, production-level Java Registry framework.
http://github.com/alipay/sofa-registry
The Apache License, Version 2.0
The Ant Financial
Hui Wang KeZhu Wu Jie Cao
Files download
File Operation
registry-client-all-6.5.6.jar download
registry-client-all-6.5.6.pom download
registry-client-all-6.5.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alipay.sofa</groupId>
  <artifactId>registry-client-all</artifactId>
  <version>6.5.6</version>
</dependency>
Gradle Groovy
implementation 'com.alipay.sofa:registry-client-all:6.5.6'
Gradle Kotlin
implementation("com.alipay.sofa:registry-client-all:6.5.6")
Scala SBT
libraryDependencies += "com.alipay.sofa" % "registry-client-all" % "6.5.6"
Groovy Grape
@Grapes(
  @Grab(group='com.alipay.sofa', module='registry-client-all', version='6.5.6')
)
Apache Ivy
<dependency org="com.alipay.sofa" name="registry-client-all" rev="6.5.6" />
Leiningen
[com.alipay.sofa/registry-client-all "6.5.6"]
Apache Buildr
'com.alipay.sofa:registry-client-all:jar:6.5.6'