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-5.2.0.jar download
registry-client-all-5.2.0.pom download
registry-client-all-5.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alipay.sofa</groupId>
  <artifactId>registry-client-all</artifactId>
  <version>5.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.alipay.sofa:registry-client-all:5.2.0'
Gradle Kotlin
implementation("com.alipay.sofa:registry-client-all:5.2.0")
Scala SBT
libraryDependencies += "com.alipay.sofa" % "registry-client-all" % "5.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.alipay.sofa', module='registry-client-all', version='5.2.0')
)
Apache Ivy
<dependency org="com.alipay.sofa" name="registry-client-all" rev="5.2.0" />
Leiningen
[com.alipay.sofa/registry-client-all "5.2.0"]
Apache Buildr
'com.alipay.sofa:registry-client-all:jar:5.2.0'