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