<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-web-url-mappings</artifactId>
<version>3.0.3</version>
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-web-url-mappings', version='3.0.3')
)
compile
|-- org.grails:grails-validation:3.0.3
|-- org.grails:grails-datastore-core:4.0.4.RELEASE
|-- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4
|-- org.slf4j:slf4j-api:1.7.10
|-- org.codehaus.groovy:groovy:2.4.3
|-- org.slf4j:jcl-over-slf4j:1.7.10
|-- org.grails:grails-web-common:3.0.3
test
|-- org.codehaus.groovy:groovy-test:2.4.3
|-- org.objenesis:objenesis:1.4
|-- junit:junit:4.12