Download htrace-1.50.jar file - Jar h

Jar examples for h:htrace

Description

A tracing framework for use with distributed systems written in java

You can download jar file htrace 1.50 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add htrace-1.50.jar to your project.

<dependency>
   <groupId>org.cloudera.htrace</groupId>
   <artifactId>htrace</artifactId>
   <version>1.50</version>
</dependency>
compile group: 'org.cloudera.htrace', name: 'htrace', version: '1.50'
libraryDependencies += "org.cloudera.htrace" % "htrace" % "1.50"
<dependency org="org.cloudera.htrace" name="htrace" rev="1.50"/>
@Grapes(@Grab(group='org.cloudera.htrace', module='htrace', version='1.50'))
'org.cloudera.htrace:htrace:jar:1.50'

Download

Click the following link to download the jar file.

htrace-1.50-javadoc.jar
htrace-1.50-sources.jar
htrace-1.50.jar
htrace-1.50.pom



Related Tutorials