<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-datastore-gorm-tck</artifactId>
<version>2023.1.1</version>
</dependency>
@Grapes(
@Grab(group='org.graceframework', module='grace-datastore-gorm-tck', version='2023.1.1')
)
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.0.23
|-- commons-lang:commons-lang:2.6
|-- org.graceframework:grace-datastore-gorm-async:2023.1.1
|-- org.graceframework:grace-datastore-gorm-support:2023.1.1
|-- jakarta.servlet:jakarta.servlet-api:6.0.0
runtime
|-- org.spockframework:spock-core:2.3-groovy-4.0