<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<version>2.0-M2-groovy-2.5</version>
</dependency>
@Grapes(
@Grab(group='org.spockframework', module='spock-core', version='2.0-M2-groovy-2.5')
)
compile
|-- org.codehaus.groovy:groovy:2.5.8
|-- org.codehaus.groovy:groovy-json:2.5.8
|-- org.codehaus.groovy:groovy-nio:2.5.8
|-- org.codehaus.groovy:groovy-macro:2.5.8
|-- org.codehaus.groovy:groovy-templates:2.5.8
|-- org.codehaus.groovy:groovy-test:2.5.8
|-- org.codehaus.groovy:groovy-sql:2.5.8
|-- org.codehaus.groovy:groovy-xml:2.5.8
|-- org.junit.platform:junit-platform-engine
|-- org.junit.platform:junit-platform-testkit
|-- junit:junit:4.12
|-- org.jetbrains:annotations:13.0
|-- net.bytebuddy:byte-buddy:1.9.11
|-- org.objenesis:objenesis:3.0.1
|-- org.spockframework:spock-groovy2-compat:2.0-M2-groovy-2.5