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