文件下载
文件名 操作
spring-boot-parent-2.7.12.pom 下载
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-parent</artifactId>
  <version>2.7.12</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-parent:2.7.12'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-parent:2.7.12")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-parent" % "2.7.12"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-parent', version='2.7.12')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-parent" rev="2.7.12" />
Leiningen
[org.springframework.boot/spring-boot-parent "2.7.12"]
Apache Buildr
'org.springframework.boot:spring-boot-parent:jar:2.7.12'
本项目依赖
该项目无第三方依赖