Hibernate Commons Annotations is a utility project used by annotations based Hibernate sub-projects.
'org.hibernate:hibernate-commons-annotations:3.1.0.GA'
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-commons-annotations</artifactId>
<version>3.1.0.GA</version>
</dependency>
<dependency org="org.hibernate" name="hibernate-commons-annotations" rev="3.1.0.GA"/>
"org.hibernate", "hibernate-commons-annotations", "3.1.0.GA"