Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.apache.servicecomb |
ArtifactId | ArtifactIdspring-boot2-starter-parent |
Version | Version1.2.0 |
Type | Typepom |
Filename | Size |
---|---|
spring-boot2-starter-parent-1.2.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/spring-boot2-starter-parent/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>spring-boot2-starter-parent</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/spring-boot2-starter-parent/
implementation 'org.apache.servicecomb:spring-boot2-starter-parent:1.2.0'
// https://jarcasting.com/artifacts/org.apache.servicecomb/spring-boot2-starter-parent/
implementation ("org.apache.servicecomb:spring-boot2-starter-parent:1.2.0")
'org.apache.servicecomb:spring-boot2-starter-parent:pom:1.2.0'
<dependency org="org.apache.servicecomb" name="spring-boot2-starter-parent" rev="1.2.0">
<artifact name="spring-boot2-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='spring-boot2-starter-parent', version='1.2.0')
)
libraryDependencies += "org.apache.servicecomb" % "spring-boot2-starter-parent" % "1.2.0"
[org.apache.servicecomb/spring-boot2-starter-parent "1.2.0"]