<dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase</artifactId> <version>1.1.9</version> <type>pom</type> </dependency>
implementation 'org.apache.hbase:hbase:1.1.9'
implementation("org.apache.hbase:hbase:1.1.9")
libraryDependencies += "org.apache.hbase" % "hbase" % "1.1.9"
@Grapes( @Grab(group='org.apache.hbase', module='hbase', version='1.1.9') )
<dependency org="org.apache.hbase" name="hbase" rev="1.1.9" />
[org.apache.hbase/hbase "1.1.9"]
'org.apache.hbase:hbase:jar:1.1.9'
<parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>12</version> </parent>
compile
|-- com.github.stephenc.findbugs:findbugs-annotations
|-- log4j:log4j
|-- junit:junit
|-- org.mockito:mockito-all
|-- org.jmock:jmock-junit4