<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-datastore-core</artifactId>
<version>4.0.0.M1</version>
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-core', version='4.0.0.M1')
)
runtime
|-- org.codehaus.groovy:groovy:2.4.0
|-- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.3.1
|-- org.springframework:spring-core:4.1.4.RELEASE
|-- org.springframework:spring-beans:4.1.4.RELEASE
|-- org.springframework:spring-tx:4.1.4.RELEASE
|-- org.springframework:spring-context:4.1.4.RELEASE
|-- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final