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