Download hbase-metrics-1.4.0.jar file - Jar h

Jar examples for h:hbase-metrics

Description

HBase Metrics Implementation

You can download jar file hbase-metrics 1.4.0 in this page.

License

Apache License

Build File

You can use the following script to add hbase-metrics-1.4.0.jar to your project.

<dependency>
   <groupId>org.apache.hbase</groupId>
   <artifactId>hbase-metrics</artifactId>
   <version>1.4.0</version>
</dependency>
compile group: 'org.apache.hbase', name: 'hbase-metrics', version: '1.4.0'
libraryDependencies += "org.apache.hbase" % "hbase-metrics" % "1.4.0"
<dependency org="org.apache.hbase" name="hbase-metrics" rev="1.4.0"/>
@Grapes(@Grab(group='org.apache.hbase', module='hbase-metrics', version='1.4.0'))
'org.apache.hbase:hbase-metrics:jar:1.4.0'

Download

Click the following link to download the jar file.

hbase-metrics-1.4.0-javadoc.jar
hbase-metrics-1.4.0-sources.jar
hbase-metrics-1.4.0-tests.jar
hbase-metrics-1.4.0.jar
hbase-metrics-1.4.0.pom



Related Tutorials