<dependency>
<groupId>hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.1beta4</version>
</dependency>
@Grapes(
@Grab(group='hibernate', module='hibernate-annotations', version='3.1beta4')
)
compile