<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-datastore-web</artifactId>
<version>6.0.9.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-web', version='6.0.9.RELEASE')
)
compile
|-- org.grails:grails-datastore-core:6.0.9.RELEASE
|-- org.codehaus.groovy:groovy:2.4.7
|-- org.springframework:spring-web:4.1.9.RELEASE
|-- org.springframework:spring-context:4.1.9.RELEASE
test
|-- javax.servlet:javax.servlet-api:3.0.1
|-- org.codehaus.groovy:groovy-test:2.4.7
|-- junit:junit:4.12