<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-datastore-core</artifactId>
<version>2022.2.7</version>
</dependency>
@Grapes(
@Grab(group='org.graceframework', module='grace-datastore-core', version='2022.2.7')
)
compile
|-- org.codehaus.groovy:groovy:3.0.22
|-- javax.transaction:javax.transaction-api:1.3
|-- org.slf4j:slf4j-api:1.7.36
|-- org.slf4j:jcl-over-slf4j:1.7.36
|-- javax.annotation:javax.annotation-api:1.3.2
|-- javax.persistence:javax.persistence-api:2.2
|-- org.springframework:spring-core:5.3.39
|-- org.springframework:spring-beans:5.3.39
|-- org.springframework:spring-tx:5.3.39
|-- org.springframework:spring-context:5.3.39
runtime