<dependency> <groupId>com.alibaba.hbase</groupId> <artifactId>alihbase</artifactId> <version>1.4.12</version> <type>pom</type> </dependency>
implementation 'com.alibaba.hbase:alihbase:1.4.12'
implementation("com.alibaba.hbase:alihbase:1.4.12")
libraryDependencies += "com.alibaba.hbase" % "alihbase" % "1.4.12"
@Grapes( @Grab(group='com.alibaba.hbase', module='alihbase', version='1.4.12') )
<dependency org="com.alibaba.hbase" name="alihbase" rev="1.4.12" />
[com.alibaba.hbase/alihbase "1.4.12"]
'com.alibaba.hbase:alihbase:jar:1.4.12'
<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