<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-datastore-core</artifactId>
<version>5.0.0.RC3</version>
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-core', version='5.0.0.RC3')
)
compile
|-- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.3.1
|-- org.springframework:spring-tx:4.1.7.RELEASE
|-- org.springframework:spring-context:4.1.7.RELEASE
|-- org.javassist:javassist:3.17.1-GA
|-- org.slf4j:jcl-over-slf4j:1.7.10
|-- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
|-- org.slf4j:slf4j-api:1.7.10
|-- org.springframework:spring-beans:4.1.7.RELEASE
|-- org.codehaus.groovy:groovy:2.4.5
|-- org.springframework:spring-core:4.1.7.RELEASE
test
|-- org.springframework:spring-context:4.1.7.RELEASE
|-- org.codehaus.groovy:groovy-test:2.4.5
|-- org.grails:grails-bootstrap:3.0.9
|-- junit:junit:4.12
|-- commons-lang:commons-lang:2.4
|-- org.spockframework:spock-core:1.0-groovy-2.4