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