<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-core</artifactId>
<version>2023.0.0-RC2</version>
</dependency>
@Grapes(
@Grab(group='org.graceframework', module='grace-core', version='2023.0.0-RC2')
)
compile
|-- org.apache.groovy:groovy:4.0.22
|-- org.slf4j:jcl-over-slf4j:2.0.9
|-- org.graceframework:grace-api:2023.0.0-RC2
|-- org.graceframework:grace-bootstrap:2023.0.0-RC2
|-- org.graceframework:grace-plugin-api:2023.0.0-RC2
|-- org.graceframework:grace-spring:2023.0.0-RC2
|-- org.graceframework:grace-util:2023.0.0-RC2
|-- jakarta.persistence:jakarta.persistence-api:3.1.0
|-- org.graceframework:grace-datastore-core:2023.0.0-RC1
|-- org.springframework:spring-beans:6.0.22
|-- org.springframework.boot:spring-boot:3.0.13
|-- org.springframework:spring-context:6.0.22