<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>1.7-beta-1</version>
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-all', version='1.7-beta-1')
)
compile
|-- junit:junit:4.6
|-- bsf:bsf:2.4.0
|-- javax.servlet:servlet-api:2.4
|-- com.thoughtworks.xstream:xstream:1.3.1
|-- org.apache.ivy:ivy:2.1.0-rc2
provided
|-- org.livetribe:livetribe-jsr223:2.0.4
runtime
|-- org.apache.ant:ant-junit:1.7.1
|-- org.apache.ant:ant-launcher:1.7.1
|-- commons-logging:commons-logging:1.1
test