<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>groovy</artifactId>
<version>2.7</version>
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='groovy', version='2.7')
)
<parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> <version>2.7</version> </parent>
compile
|-- org.codehaus.groovy:groovy-all:1.6.9
|-- org.glassfish.jersey.containers:jersey-container-grizzly2-http
test
|-- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle