r

registry-local

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