<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>4.0.0.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-beans', version='4.0.0.RELEASE')
)
compile
|-- org.codehaus.groovy:groovy-all:1.8.9
|-- org.springframework:spring-core:4.0.0.RELEASE
provided