r

registry-zero-config

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