<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-plugin-url-mappings</artifactId>
<version>2023.1.0-RC1</version>
</dependency>
libraryDependencies += "org.graceframework" % "grace-plugin-url-mappings" % "2023.1.0-RC1"
@Grapes(
@Grab(group='org.graceframework', module='grace-plugin-url-mappings', version='2023.1.0-RC1')
)
<dependency org="org.graceframework" name="grace-plugin-url-mappings" rev="2023.1.0-RC1" />
compile
|-- org.apache.groovy:groovy:4.0.24
|-- org.graceframework:grace-api:2023.1.0-RC1
|-- org.graceframework:grace-bootstrap:2023.1.0-RC1
|-- org.graceframework:grace-core:2023.1.0-RC1
|-- org.graceframework:grace-plugin-controllers:2023.1.0-RC1
|-- org.graceframework:grace-util:2023.1.0-RC1
|-- org.graceframework:grace-web-url-mappings:2023.1.0-RC1
|-- org.springframework.boot:spring-boot-autoconfigure:3.1.12