<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-test-support</artifactId>
<version>2022.2.9</version>
</dependency>
@Grapes(
@Grab(group='org.graceframework', module='grace-test-support', version='2022.2.9')
)
compile
|-- org.codehaus.groovy:groovy:3.0.23
|-- org.graceframework:grace-plugin-codecs:2022.2.9
|-- org.graceframework:grace-plugin-core:2022.2.9
|-- org.graceframework:grace-plugin-databinding:2022.2.9
|-- org.graceframework:grace-plugin-domain-class:2022.2.9
|-- org.graceframework:grace-plugin-i18n:2022.2.9
|-- org.graceframework:grace-plugin-interceptors:2022.2.9
|-- org.graceframework:grace-plugin-rest:2022.2.9
|-- org.graceframework:grace-test:2022.2.9
|-- org.graceframework:grace-async:5.2.7
|-- org.graceframework:grace-plugin-gsp:2022.2.9
|-- org.codehaus.groovy:groovy-test-junit5:3.0.23
|-- org.graceframework:grace-datastore-gorm:2022.2.7
|-- org.graceframework:grace-datastore-gorm-test:2022.2.7
|-- org.junit.jupiter:junit-jupiter-api:5.8.2
|-- org.junit.platform:junit-platform-runner:1.8.2
|-- org.javassist:javassist:3.29.2-GA
|-- javax.servlet:javax.servlet-api:4.0.1
|-- org.springframework:spring-test:5.3.39
|-- org.springframework.boot:spring-boot-test:2.7.18
|-- org.spockframework:spock-core:2.3-groovy-3.0
|-- org.spockframework:spock-spring:2.3-groovy-3.0
runtime