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