<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-plugin-core</artifactId>
<version>2023.0.1</version>
</dependency>
@Grapes(
@Grab(group='org.graceframework', module='grace-plugin-core', version='2023.0.1')
)
compile
|-- org.apache.groovy:groovy:4.0.22
|-- org.graceframework:grace-api:2023.0.1
|-- org.graceframework:grace-plugin-api:2023.0.1
|-- org.graceframework:grace-spring:2023.0.1
|-- org.graceframework:grace-spring-boot:2023.0.1
|-- org.springframework:spring-beans:6.0.23
|-- org.springframework.boot:spring-boot-autoconfigure:3.0.13