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