<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-plugin-api</artifactId>
<version>2023.0.0-RC2</version>
</dependency>
@Grapes(
@Grab(group='org.graceframework', module='grace-plugin-api', 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-spring:2023.0.0-RC2
|-- org.graceframework:grace-spring-boot:2023.0.0-RC2
|-- org.graceframework:grace-util:2023.0.0-RC2
|-- org.apache.commons:commons-lang3:3.12.0
|-- org.graceframework:grace-datastore-core:2023.0.0-RC1
|-- org.springframework.boot:spring-boot-autoconfigure:3.0.13