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