<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-web-url-mappings</artifactId>
<version>3.2.12</version>
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-web-url-mappings', version='3.2.12')
)
compile
|-- org.codehaus.groovy:groovy:2.4.11
|-- org.slf4j:slf4j-api:1.7.22
|-- org.slf4j:jcl-over-slf4j:1.7.22
|-- org.grails:grails-web-common:3.2.12
|-- org.grails:grails-validation:3.2.12
|-- org.grails:grails-datastore-core:6.0.12.RELEASE
|-- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2
test
|-- org.codehaus.groovy:groovy-test:2.4.11
|-- junit:junit:4.12
|-- org.spockframework:spock-core:1.0-groovy-2.4