<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-spring-boot</artifactId>
<version>2022.1.8</version>
</dependency>
@Grapes(
@Grab(group='org.graceframework', module='grace-spring-boot', version='2022.1.8')
)
compile
|-- org.codehaus.groovy:groovy:3.0.18
|-- org.slf4j:slf4j-api:1.7.36
|-- org.slf4j:jcl-over-slf4j:1.7.36
|-- org.graceframework:grace-api:2022.1.8
|-- org.graceframework:grace-bootstrap:2022.1.8
|-- org.graceframework:grace-util:2022.1.8
|-- org.springframework:spring-beans:5.3.28
|-- org.springframework.boot:spring-boot:2.7.13
|-- org.springframework:spring-context:5.3.28