<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-datastore-core</artifactId>
<version>3.0.2.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-core', version='3.0.2.RELEASE')
)
compile
|-- org.slf4j:jcl-over-slf4j:1.7.5
|-- org.springframework:spring-tx:3.2.8.RELEASE
|-- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.3.1
|-- org.javassist:javassist:3.17.1-GA
|-- org.springframework:spring-context:3.2.8.RELEASE
|-- org.springframework:spring-beans:3.2.8.RELEASE
|-- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
|-- org.springframework:spring-core:3.2.8.RELEASE
test
|-- org.springframework:spring-context:3.2.8.RELEASE
|-- org.springframework:spring-web:3.2.8.RELEASE
|-- org.spockframework:spock-core:0.7-groovy-2.0
|-- org.grails:grails-core:2.3.7