License |
License |
---|---|
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-starter-parent |
Last Version | Last Version2021.0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionspring-cloud-starter-parent
Spring Cloud Starter Parent
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
spring-cloud-starter-parent-2021.0.3.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-parent/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-parent</artifactId>
<version>2021.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-parent/
implementation 'org.springframework.cloud:spring-cloud-starter-parent:2021.0.3'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-parent/
implementation ("org.springframework.cloud:spring-cloud-starter-parent:2021.0.3")
'org.springframework.cloud:spring-cloud-starter-parent:pom:2021.0.3'
<dependency org="org.springframework.cloud" name="spring-cloud-starter-parent" rev="2021.0.3">
<artifact name="spring-cloud-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-parent', version='2021.0.3')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-parent" % "2021.0.3"
[org.springframework.cloud/spring-cloud-starter-parent "2021.0.3"]