<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-servlet</artifactId>
<version>2.4.0-beta-1</version>
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-servlet', version='2.4.0-beta-1')
)