<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-test-support</artifactId>
<version>2023.0.0-M3</version>
</dependency>
@Grapes(
@Grab(group='org.graceframework', module='grace-test-support', version='2023.0.0-M3')
)
compile
|-- jakarta.servlet:jakarta.servlet-api:6.0.0
|-- org.springframework:spring-test:6.0.8
|-- org.apache.groovy:groovy:4.0.11
|-- org.slf4j:jcl-over-slf4j:2.0.7
|-- org.graceframework:grace-plugin-codecs:2023.0.0-M3
|-- org.graceframework:grace-plugin-core:2023.0.0-M3
|-- org.graceframework:grace-plugin-databinding:2023.0.0-M3
|-- org.graceframework:grace-plugin-domain-class:2023.0.0-M3
|-- org.graceframework:grace-plugin-i18n:2023.0.0-M3
|-- org.graceframework:grace-plugin-interceptors:2023.0.0-M3
|-- org.graceframework:grace-plugin-rest:2023.0.0-M3
|-- org.graceframework:grace-test:2023.0.0-M3
|-- org.graceframework:grace-async-core:6.0.0-M2
|-- org.graceframework:grace-plugin-gsp:2023.0.0-M3
|-- org.apache.groovy:groovy-test-junit5:4.0.11
|-- org.graceframework:grace-datastore-gorm:2023.0.0-M3
|-- org.graceframework:grace-datastore-gorm-test:2023.0.0-M3
|-- org.junit.jupiter:junit-jupiter-api:5.9.2
|-- org.junit.platform:junit-platform-runner:1.9.2
|-- org.javassist:javassist:3.29.0-GA
|-- org.springframework:spring-test:6.0.8
|-- org.springframework.boot:spring-boot-test:3.0.6
|-- org.spockframework:spock-core:2.3-groovy-4.0
|-- org.spockframework:spock-spring:2.3-groovy-4.0
runtime