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