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