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