<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>spring-boot-starter-registry</artifactId>
<version>1.2.1</version>
</dependency>
libraryDependencies += "org.apache.servicecomb" % "spring-boot-starter-registry" % "1.2.1"
@Grapes(
@Grab(group='org.apache.servicecomb', module='spring-boot-starter-registry', version='1.2.1')
)
<dependency org="org.apache.servicecomb" name="spring-boot-starter-registry" rev="1.2.1" />