<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-plugin-url-mappings</artifactId>
<version>3.2.0</version>
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-plugin-url-mappings', version='3.2.0')
)
compile
|-- org.codehaus.groovy:groovy:2.4.7
|-- org.slf4j:slf4j-api:1.7.21
|-- org.slf4j:jcl-over-slf4j:1.7.21
|-- commons-lang:commons-lang:2.6
|-- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2
|-- org.grails:grails-web:3.2.0
|-- org.grails:grails-plugin-controllers:3.2.0
|-- org.grails:grails-validation:3.2.0
test
|-- junit:junit:4.12
|-- org.codehaus.groovy:groovy-test:2.4.7