<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-test-support</artifactId>
<version>2023.2.0-M3</version>
</dependency>
@Grapes(
@Grab(group='org.graceframework', module='grace-test-support', version='2023.2.0-M3')
)
compile
|-- org.apache.groovy:groovy:4.0.24
|-- org.graceframework:grace-plugin-codecs:2023.2.0-M3
|-- org.graceframework:grace-plugin-core:2023.2.0-M3
|-- org.graceframework:grace-plugin-databinding:2023.2.0-M3
|-- org.graceframework:grace-plugin-domain-class:2023.2.0-M3
|-- org.graceframework:grace-plugin-i18n:2023.2.0-M3
|-- org.graceframework:grace-plugin-interceptors:2023.2.0-M3
|-- org.graceframework:grace-plugin-rest:2023.2.0-M3
|-- org.graceframework:grace-test:2023.2.0-M3
|-- org.graceframework:grace-async-core:6.2.0-M1
|-- org.graceframework:grace-plugin-gsp:2023.2.0-M3
|-- org.apache.groovy:groovy-test-junit5:4.0.24
|-- org.graceframework:grace-datastore-gorm:2023.2.0-M1
|-- org.graceframework:grace-datastore-gorm-test:2023.2.0-M1
|-- org.junit.jupiter:junit-jupiter-api:5.10.5
|-- org.junit.platform:junit-platform-runner:1.10.5
|-- org.javassist:javassist:3.30.2-GA
|-- jakarta.servlet:jakarta.servlet-api:6.0.0
|-- org.springframework:spring-test:6.1.15
|-- org.springframework.boot:spring-boot-test:3.2.12
|-- org.spockframework:spock-core:2.3-groovy-4.0
|-- org.spockframework:spock-spring:2.3-groovy-4.0
runtime