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