<dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase-hbtop</artifactId> <version>2.6.1</version> </dependency>
implementation 'org.apache.hbase:hbase-hbtop:2.6.1'
implementation("org.apache.hbase:hbase-hbtop:2.6.1")
libraryDependencies += "org.apache.hbase" % "hbase-hbtop" % "2.6.1"
@Grapes( @Grab(group='org.apache.hbase', module='hbase-hbtop', version='2.6.1') )
<dependency org="org.apache.hbase" name="hbase-hbtop" rev="2.6.1" />
[org.apache.hbase/hbase-hbtop "2.6.1"]
'org.apache.hbase:hbase-hbtop:jar:2.6.1'
compile
|-- org.apache.hbase:hbase-shaded-client:2.6.1
|-- org.apache.commons:commons-lang3:3.9
|-- com.github.stephenc.findbugs:findbugs-annotations:1.3.9-1
|-- org.slf4j:slf4j-api:1.7.33
|-- org.apache.yetus:audience-annotations:0.13.0