<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-commons-annotations</artifactId>
<version>3.2.0.Beta1</version>
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-commons-annotations', version='3.2.0.Beta1')
)
<dependency org="org.hibernate" name="hibernate-commons-annotations" rev="3.2.0.Beta1" />