<dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase-logging</artifactId> <version>2.4.11</version> </dependency>
implementation 'org.apache.hbase:hbase-logging:2.4.11'
implementation("org.apache.hbase:hbase-logging:2.4.11")
libraryDependencies += "org.apache.hbase" % "hbase-logging" % "2.4.11"
@Grapes( @Grab(group='org.apache.hbase', module='hbase-logging', version='2.4.11') )
<dependency org="org.apache.hbase" name="hbase-logging" rev="2.4.11" />
[org.apache.hbase/hbase-logging "2.4.11"]
'org.apache.hbase:hbase-logging:jar:2.4.11'
<parent> <groupId>org.apache.hbase</groupId> <artifactId>hbase-build-configuration</artifactId> <version>2.4.11</version> </parent>
compile
|-- org.slf4j:slf4j-api
provided
|-- org.slf4j:jul-to-slf4j
|-- ch.qos.reload4j:reload4j
test
|-- org.apache.hbase:hbase-annotations
|-- junit:junit
|-- org.slf4j:slf4j-reload4j