<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-spring-boot</artifactId>
<version>2022.2.8</version>
</dependency>
@Grapes(
@Grab(group='org.graceframework', module='grace-spring-boot', version='2022.2.8')
)
compile
|-- org.codehaus.groovy:groovy:3.0.22
|-- org.graceframework:grace-api:2022.2.8
|-- org.graceframework:grace-bootstrap:2022.2.8
|-- org.graceframework:grace-util:2022.2.8
|-- org.springframework:spring-beans:5.3.39
|-- org.springframework.boot:spring-boot:2.7.18
|-- org.springframework:spring-context:5.3.39