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