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