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