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