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
Spring
Files download
File Operation
spring-boot-starter-parent-3.1.4.pom download
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-parent</artifactId>
  <version>3.1.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-starter-parent:3.1.4'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-starter-parent:3.1.4")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-parent" % "3.1.4"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-starter-parent', version='3.1.4')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-starter-parent" rev="3.1.4" />
Leiningen
[org.springframework.boot/spring-boot-starter-parent "3.1.4"]
Apache Buildr
'org.springframework.boot:spring-boot-starter-parent:jar:3.1.4'