<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-datastore-core</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-core', version='1.0.2.RELEASE')
)
compile
|-- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.2_jdk5
|-- 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.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
|-- javassist:javassist:3.12.0.GA
test
|-- org.grails:grails-bootstrap:1.3.7
|-- org.grails:grails-core:1.3.7
|-- org.springframework:spring-web:3.0.5.RELEASE