r

registry-local

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