File | Operation |
---|---|
spring-boot-starter-parent-3.1.4.pom | download |
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.4</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-parent" % "3.1.4"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-parent', version='3.1.4')
)
<dependency org="org.springframework.boot" name="spring-boot-starter-parent" rev="3.1.4" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>3.1.4</version> </parent>