文件名 | 操作 |
---|---|
spring-boot-parent-2.2.12.RELEASE.pom | 下载 |
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>2.2.12.RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-parent" % "2.2.12.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-parent', version='2.2.12.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-parent" rev="2.2.12.RELEASE" />