<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-datastore-simple</artifactId>
<version>3.1.3.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-simple', version='3.1.3.RELEASE')
)
compile
|-- org.grails:grails-datastore-core:3.1.3.RELEASE
test
|-- org.spockframework:spock-core:0.7-groovy-2.0
|-- junit:junit:4.11