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