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