<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-datastore-gorm-tck</artifactId>
<version>2023.2.0-RC1</version>
</dependency>
@Grapes(
@Grab(group='org.graceframework', module='grace-datastore-gorm-tck', version='2023.2.0-RC1')
)
<dependency org="org.graceframework" name="grace-datastore-gorm-tck" rev="2023.2.0-RC1" />
compile
|-- org.apache.groovy:groovy:4.0.24
|-- org.apache.groovy:groovy-test-junit5:4.0.24
|-- org.junit.jupiter:junit-jupiter-api:5.11.3
|-- org.junit.platform:junit-platform-runner:1.11.3
|-- org.springframework:spring-expression:6.1.16
|-- commons-lang:commons-lang:2.6
|-- org.graceframework:grace-datastore-gorm-async:2023.2.0-RC1
|-- org.graceframework:grace-datastore-gorm-support:2023.2.0-RC1
|-- jakarta.servlet:jakarta.servlet-api:6.0.0
runtime
|-- org.spockframework:spock-core:2.3-groovy-4.0