<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-datastore-gorm-tck</artifactId>
<version>2023.0.0</version>
</dependency>
@Grapes(
@Grab(group='org.graceframework', module='grace-datastore-gorm-tck', version='2023.0.0')
)
compile
|-- org.apache.groovy:groovy:4.0.22
|-- org.apache.groovy:groovy-test-junit5:4.0.22
|-- org.junit.jupiter:junit-jupiter-api:5.10.2
|-- org.junit.platform:junit-platform-runner:1.10.2
|-- org.springframework:spring-expression:6.0.23
|-- commons-lang:commons-lang:2.6
|-- org.graceframework:grace-datastore-gorm-async:2023.0.0
|-- org.graceframework:grace-datastore-gorm-support:2023.0.0
|-- jakarta.servlet:jakarta.servlet-api:6.0.0
runtime
|-- org.spockframework:spock-core:2.3-groovy-4.0