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