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