<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-plugin-controllers</artifactId>
<version>2022.2.5</version>
</dependency>
@Grapes(
@Grab(group='org.graceframework', module='grace-plugin-controllers', version='2022.2.5')
)
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.2.5
|-- org.graceframework:grace-bootstrap:2022.2.5
|-- org.graceframework:grace-core:2022.2.5
|-- org.graceframework:grace-plugin-api:2022.2.5
|-- org.graceframework:grace-plugin-mimetypes:2022.2.5
|-- org.graceframework:grace-plugin-validation:2022.2.5
|-- org.graceframework:grace-util:2022.2.5
|-- org.graceframework:grace-web:2022.2.5
|-- org.springframework.boot:spring-boot-autoconfigure:2.7.13