<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-boot</artifactId>
<version>2023.2.0-M3</version>
</dependency>
@Grapes(
@Grab(group='org.graceframework', module='grace-boot', version='2023.2.0-M3')
)
compile
|-- org.apache.groovy:groovy:4.0.24
|-- org.graceframework:grace-api:2023.2.0-M3
|-- org.graceframework:grace-bootstrap:2023.2.0-M3
|-- org.graceframework:grace-core:2023.2.0-M3
|-- org.graceframework:grace-plugin-api:2023.2.0-M3
|-- org.graceframework:grace-plugin-core:2023.2.0-M3
|-- org.graceframework:grace-spring:2023.2.0-M3
|-- org.graceframework:grace-spring-boot:2023.2.0-M3
|-- jakarta.annotation:jakarta.annotation-api:2.1.1
|-- org.springframework:spring-beans:6.1.15
|-- org.springframework.boot:spring-boot:3.2.12
|-- org.springframework.boot:spring-boot-autoconfigure:3.2.12
|-- org.springframework:spring-context:6.1.15