<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-plugin-core</artifactId>
<version>2022.2.9</version>
</dependency>
@Grapes(
@Grab(group='org.graceframework', module='grace-plugin-core', version='2022.2.9')
)
compile
|-- org.codehaus.groovy:groovy:3.0.23
|-- org.graceframework:grace-api:2022.2.9
|-- org.graceframework:grace-plugin-api:2022.2.9
|-- org.graceframework:grace-spring:2022.2.9
|-- org.graceframework:grace-spring-boot:2022.2.9
|-- org.springframework:spring-beans:5.3.39
|-- org.springframework.boot:spring-boot-autoconfigure:2.7.18