<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-plugin-testing</artifactId>
<version>3.2.0.M1</version>
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-plugin-testing', version='3.2.0.M1')
)
compile
|-- org.grails:grails-async:3.2.0.M1
|-- org.grails:grails-logging:3.2.0.M1
|-- org.codehaus.groovy:groovy:2.4.6
|-- org.springframework:spring-test:4.2.6.RELEASE
|-- org.slf4j:jcl-over-slf4j:1.7.10
|-- org.springframework.boot:spring-boot-starter-test:1.3.5.RELEASE
|-- org.spockframework:spock-spring:1.0-groovy-2.4
|-- junit:junit:4.12
|-- org.slf4j:slf4j-api:1.7.10
|-- org.spockframework:spock-core:1.0-groovy-2.4
|-- org.grails:grails-test:3.2.0.M1
runtime
test
|-- org.codehaus.groovy:groovy-test:2.4.6
|-- org.objenesis:objenesis:1.4
|-- junit:junit:4.12