<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-datastore-core</artifactId>
<version>1.1.7.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-core', version='1.1.7.RELEASE')
)
compile
|-- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.3.1
|-- org.springframework:spring-beans:3.0.5.RELEASE
|-- org.springframework:spring-context:3.0.5.RELEASE
|-- org.springframework:spring-core:3.0.5.RELEASE
|-- org.javassist:javassist:3.16.1-GA
|-- org.slf4j:jcl-over-slf4j:1.6.2
|-- javax.persistence:persistence-api:1.0
|-- commons-collections:commons-collections:3.2
|-- org.springframework:spring-tx:3.0.5.RELEASE
test
|-- org.springframework:spring-context:3.0.5.RELEASE
|-- org.grails:grails-bootstrap:1.3.7
|-- org.grails:grails-core:1.3.7
|-- org.spockframework:spock-core:0.5-groovy-1.8