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