is not current version
Last Version 2.0.2

org.apache.servicecomb:service-registry 1.0.0-m1


GroupId

GroupId

org.apache.servicecomb
ArtifactId

ArtifactId

service-registry
Version

Version

1.0.0-m1
Type

Type

jar

Download service-registry 1.0.0-m1


<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/service-registry/ -->
<dependency>
    <groupId>org.apache.servicecomb</groupId>
    <artifactId>service-registry</artifactId>
    <version>1.0.0-m1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/service-registry/
implementation 'org.apache.servicecomb:service-registry:1.0.0-m1'
// https://jarcasting.com/artifacts/org.apache.servicecomb/service-registry/
implementation ("org.apache.servicecomb:service-registry:1.0.0-m1")
'org.apache.servicecomb:service-registry:jar:1.0.0-m1'
<dependency org="org.apache.servicecomb" name="service-registry" rev="1.0.0-m1">
  <artifact name="service-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='service-registry', version='1.0.0-m1')
)
libraryDependencies += "org.apache.servicecomb" % "service-registry" % "1.0.0-m1"
[org.apache.servicecomb/service-registry "1.0.0-m1"]