<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-plugin-codecs</artifactId>
<version>2023.2.0-M3</version>
</dependency>
@Grapes(
@Grab(group='org.graceframework', module='grace-plugin-codecs', version='2023.2.0-M3')
)
compile
|-- org.apache.groovy:groovy:4.0.24
|-- org.graceframework:grace-api:2023.2.0-M3
|-- org.graceframework:grace-core:2023.2.0-M3
|-- org.graceframework:grace-plugin-api:2023.2.0-M3
|-- org.graceframework:grace-encoder:2023.2.0-M3
|-- org.springframework.boot:spring-boot-autoconfigure:3.2.12
runtime