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