spring-boot-starter-parent

spring-boot-starter-parent

Parent pom providing dependency and plugin management for applications built with Maven
https://spring.io/projects/spring-boot
Apache License, Version 2.0
Pivotal
Files download
File Operation
spring-boot-starter-parent-2.5.6.pom download
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-parent</artifactId>
  <version>2.5.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-starter-parent:2.5.6'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-starter-parent:2.5.6")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-parent" % "2.5.6"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-starter-parent', version='2.5.6')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-starter-parent" rev="2.5.6" />
Leiningen
[org.springframework.boot/spring-boot-starter-parent "2.5.6"]
Apache Buildr
'org.springframework.boot:spring-boot-starter-parent:jar:2.5.6'