<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>2.7.12</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-web', version='2.7.12')
)
<dependency org="org.springframework.boot" name="spring-boot-starter-web" rev="2.7.12" />