Download htrace-core-3.0.4.jar file

Introduction

You can download htrace-core-3.0.4.jar in this page.

License

Apache License

Type List

htrace-core-3.0.4.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.htrace/htrace-core/pom.properties
META-INF/maven/org.htrace/htrace-core/pom.xml
org.htrace.HTraceConfiguration.class
org.htrace.NullScope.class
org.htrace.Sampler.class
org.htrace.Span.class
org.htrace.SpanReceiver.class
org.htrace.TimelineAnnotation.class
org.htrace.Trace.class
org.htrace.TraceInfo.class
org.htrace.TraceScope.class
org.htrace.TraceTree.class
org.htrace.Tracer.class
org.htrace.impl.AlwaysSampler.class
org.htrace.impl.CountSampler.class
org.htrace.impl.LocalFileSpanReceiver.class
org.htrace.impl.MilliSpan.class
org.htrace.impl.NeverSampler.class
org.htrace.impl.POJOSpanReceiver.class
org.htrace.impl.ProbabilitySampler.class
org.htrace.impl.StandardOutSpanReceiver.class
org.htrace.impl.TrueIfTracingSampler.class
org.htrace.wrappers.TraceCallable.class
org.htrace.wrappers.TraceExecutorService.class
org.htrace.wrappers.TraceProxy.class
org.htrace.wrappers.TraceRunnable.class

Pom

htrace-core-3.0.4.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for additional
information regarding copyright ownership. The ASF licenses this file to
You under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
by applicable law or agreed to in writing, software distributed under the
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <artifactId>htrace-core</artifactId>
  <packaging>jar</packaging>

  <parent>
    <artifactId>htrace</artifactId>
    <groupId>org.htrace</groupId>
    <version>3.0.4</version>
  </parent>

  <name>htrace-core</name>
  <url>https://github.com/cloudera/htrace</url>

  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-gpg-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.apache.rat</groupId>
        <artifactId>apache-rat-plugin</artifactId>
      </plugin>
      <plugin>
        <!-- explicitly define maven-deploy-plugin after other to force exec order -->
        <artifactId>maven-deploy-plugin</artifactId>
      </plugin>
    </plugins>
  </build>

  <dependencies>
    <!-- Global deps. -->
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
    </dependency>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <!-- core specific deps. -->
    <dependency>
      <groupId>org.mortbay.jetty</groupId>
      <artifactId>jetty-util</artifactId>
      <version>6.1.26</version>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.htrace</groupId>
   <artifactId>htrace-core</artifactId>
   <version>3.0.4</version>
</dependency>

Download

If you think the following htrace-core-3.0.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download htrace-core-3.0.4.jar file




PreviousNext

Related