Download jetty-perf-helper-1.0.5.jar file

Introduction

You can download jetty-perf-helper-1.0.5.jar in this page.

License

Eclipse Open Source

Type List

jetty-perf-helper-1.0.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.eclipse.jetty.toolchain/jetty-perf-helper/pom.properties
META-INF/maven/org.eclipse.jetty.toolchain/jetty-perf-helper/pom.xml
org.eclipse.jetty.toolchain.perf.HistogramSnapshot.class
org.eclipse.jetty.toolchain.perf.MeasureConverter.class
org.eclipse.jetty.toolchain.perf.MeasureRecorder.class
org.eclipse.jetty.toolchain.perf.PlatformMonitor.class
org.eclipse.jetty.toolchain.perf.PlatformTimer.class

Pom

jetty-perf-helper-1.0.5.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
    <parent>
        <artifactId>jetty-toolchain</artifactId>
        <groupId>org.eclipse.jetty.toolchain</groupId>
        <version>1.4</version>
        <relativePath>../jetty-toolchain</relativePath>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <artifactId>jetty-perf-helper</artifactId>
    <packaging>jar</packaging>
    <version>1.0.5</version>
    <name>Jetty Toolchain :: Performance Helper</name>
    <description>Performance/Benchmark Support for Jetty</description>

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

    <scm>
        <connection>scm:git:http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.toolchain.git</connection>
        <developerConnection>scm:git:ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.toolchain.git</developerConnection>
        <url>http://git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git/tree/jetty-perf-helper</url>
        <tag>HEAD</tag>
    </scm>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>1.7</source>
                    <target>1.7</target>
                </configuration>
            </plugin>
        </plugins>
    </build>

    <dependencies>
        <dependency>
            <groupId>org.hdrhistogram</groupId>
            <artifactId>HdrHistogram</artifactId>
            <version>2.1.2</version>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.eclipse.jetty.toolchain</groupId>
   <artifactId>jetty-perf-helper</artifactId>
   <version>1.0.5</version>
</dependency>

Download

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



Download jetty-perf-helper-1.0.5.jar file




PreviousNext

Related