MVN

org.apache.htrace : htrace

Maven & Gradle

Sep 16, 2016

Apache HTrace · A distributed tracing framework.

<dependency>
    <groupId>org.apache.htrace</groupId>
    <artifactId>htrace</artifactId>
    <version>4.2.0-incubating</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.htrace : htrace to add to Maven - Latest Versions:

  • Latest Stable: 4.2.0-incubating

All Versions

Choose a version of org.apache.htrace : htrace to add to Maven - All Versions:

Version Vulnerabilities Updated
4.2.x
htrace-4.2.0-incubating
4.1.x
htrace-4.1.0-incubating
4.0.x
htrace-4.0.1-incubating
htrace-4.0.0-incubating
3.2.x
htrace-3.2.0-incubating
3.1.x
htrace-3.1.0-incubating

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.htrace</groupId>
    <artifactId>htrace</artifactId>
    <version>4.2.0-incubating</version>
</dependency>