Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.apache.servicecomb |
ArtifactId | ArtifactIdspring-boot2-starter-standalone |
Version | Version1.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/spring-boot2-starter-standalone/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>spring-boot2-starter-standalone</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/spring-boot2-starter-standalone/
implementation 'org.apache.servicecomb:spring-boot2-starter-standalone:1.3.0'
// https://jarcasting.com/artifacts/org.apache.servicecomb/spring-boot2-starter-standalone/
implementation ("org.apache.servicecomb:spring-boot2-starter-standalone:1.3.0")
'org.apache.servicecomb:spring-boot2-starter-standalone:jar:1.3.0'
<dependency org="org.apache.servicecomb" name="spring-boot2-starter-standalone" rev="1.3.0">
<artifact name="spring-boot2-starter-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='spring-boot2-starter-standalone', version='1.3.0')
)
libraryDependencies += "org.apache.servicecomb" % "spring-boot2-starter-standalone" % "1.3.0"
[org.apache.servicecomb/spring-boot2-starter-standalone "1.3.0"]