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