r

registry-local

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