文件下载
文件名 操作
registry-test-6.5.6.20241001.jar 下载
registry-test-6.5.6.20241001.pom 下载
registry-test-6.5.6.20241001-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.alipay.sofa</groupId>
  <artifactId>registry-test</artifactId>
  <version>6.5.6.20241001</version>
</dependency>
Gradle Groovy
implementation 'com.alipay.sofa:registry-test:6.5.6.20241001'
Gradle Kotlin
implementation("com.alipay.sofa:registry-test:6.5.6.20241001")
Scala SBT
libraryDependencies += "com.alipay.sofa" % "registry-test" % "6.5.6.20241001"
Groovy Grape
@Grapes(
  @Grab(group='com.alipay.sofa', module='registry-test', version='6.5.6.20241001')
)
Apache Ivy
<dependency org="com.alipay.sofa" name="registry-test" rev="6.5.6.20241001" />
Leiningen
[com.alipay.sofa/registry-test "6.5.6.20241001"]
Apache Buildr
'com.alipay.sofa:registry-test:jar:6.5.6.20241001'