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