<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-annotations</artifactId>
<version>2.4.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.hbase', module='hbase-annotations', version='2.4.1')
)
<parent> <groupId>org.apache.hbase</groupId> <artifactId>hbase</artifactId> <version>2.4.1</version> </parent>