<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-plugin-converters</artifactId>
<version>2023.0.0-RC1</version>
</dependency>
@Grapes(
@Grab(group='org.graceframework', module='grace-plugin-converters', version='2023.0.0-RC1')
)
<dependency org="org.graceframework" name="grace-plugin-converters" rev="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-util:2023.0.0-RC1
|-- org.graceframework:grace-web-common:2023.0.0-RC1
|-- org.apache.commons:commons-lang3:3.12.0
runtime
|-- org.graceframework:grace-plugin-controllers:2023.0.0-RC1