<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-datastore-gorm</artifactId>
<version>6.1.12.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-gorm', version='6.1.12.RELEASE')
)