File | Operation |
---|---|
spring-boot-parent-3.2.3.pom | download |
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>3.2.3</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-parent', version='3.2.3')
)