<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<version>1.2-RC2-groovy-2.5</version>
</dependency>
@Grapes(
@Grab(group='org.spockframework', module='spock-core', version='1.2-RC2-groovy-2.5')
)
compile
|-- org.codehaus.groovy:groovy:2.5.2
|-- org.codehaus.groovy:groovy-groovysh:2.5.2
|-- org.codehaus.groovy:groovy-json:2.5.2
|-- org.codehaus.groovy:groovy-nio:2.5.2
|-- org.codehaus.groovy:groovy-macro:2.5.2
|-- org.codehaus.groovy:groovy-templates:2.5.2
|-- org.codehaus.groovy:groovy-test:2.5.2
|-- org.codehaus.groovy:groovy-sql:2.5.2
|-- org.codehaus.groovy:groovy-xml:2.5.2
|-- junit:junit:4.12
|-- org.jetbrains:annotations:13.0