| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdorg.springframework.boot |
| ArtifactId | ArtifactIdspring-boot-parent |
| Version | Version2.5.3 |
| Type | Typepom |
| Description |
Descriptionspring-boot-parent
Spring Boot Parent
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spring-boot-parent-2.5.3.pom | |
| spring-boot-parent-2.5.3.module | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-parent/ -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>2.5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-parent/
implementation 'org.springframework.boot:spring-boot-parent:2.5.3'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-parent/
implementation ("org.springframework.boot:spring-boot-parent:2.5.3")
'org.springframework.boot:spring-boot-parent:pom:2.5.3'
<dependency org="org.springframework.boot" name="spring-boot-parent" rev="2.5.3">
<artifact name="spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-parent', version='2.5.3')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-parent" % "2.5.3"
[org.springframework.boot/spring-boot-parent "2.5.3"]