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