<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.3.0.ga</version>
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-annotations', version='3.3.0.ga')
)