is not current version
Last Version 1.3.7

org.apache.servicecomb:spring-boot-starter-discovery 1.2.1


Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.apache.servicecomb
ArtifactId

ArtifactId

spring-boot-starter-discovery
Version

Version

1.2.1
Type

Type

jar

Download spring-boot-starter-discovery 1.2.1


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