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