is not current version
Last Version 2.7.1

spring-boot-starter-parent 2.5.3

Parent pom providing dependency and plugin management for applications built with Maven

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-starter-parent
Version

Version

2.5.3
Type

Type

pom
Description

Description

spring-boot-starter-parent
Parent pom providing dependency and plugin management for applications built with Maven
Project URL

Project URL

https://spring.io/projects/spring-boot
Source Code Management

Source Code Management

https://github.com/spring-projects/spring-boot

Download spring-boot-starter-parent 2.5.3


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.