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
文件下载
文件名 操作
spring-boot-starter-parent-3.2.2.pom 下载
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-parent</artifactId>
  <version>3.2.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-starter-parent:3.2.2'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-starter-parent:3.2.2")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-parent" % "3.2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-starter-parent', version='3.2.2')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-starter-parent" rev="3.2.2" />
Leiningen
[org.springframework.boot/spring-boot-starter-parent "3.2.2"]
Apache Buildr
'org.springframework.boot:spring-boot-starter-parent:jar:3.2.2'