<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-plugin-rest</artifactId>
<version>2023.0.0-RC1</version>
</dependency>
@Grapes(
@Grab(group='org.graceframework', module='grace-plugin-rest', version='2023.0.0-RC1')
)
compile
|-- org.apache.groovy:groovy:4.0.22
|-- org.slf4j:jcl-over-slf4j:2.0.9
|-- org.graceframework:grace-api:2023.0.0-RC1
|-- org.graceframework:grace-bootstrap:2023.0.0-RC1
|-- org.graceframework:grace-core:2023.0.0-RC1
|-- org.graceframework:grace-plugin-api:2023.0.0-RC1
|-- org.graceframework:grace-plugin-controllers:2023.0.0-RC1
|-- org.graceframework:grace-plugin-converters:2023.0.0-RC1
|-- org.graceframework:grace-web-url-mappings:2023.0.0-RC1
|-- org.graceframework:grace-util:2023.0.0-RC1
|-- jakarta.xml.bind:jakarta.xml.bind-api:4.0.0
|-- org.springframework.boot:spring-boot-autoconfigure:3.0.13
runtime