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