Download flexy-dropwizard-metrics-1.2.8.jar file

Introduction

You can download flexy-dropwizard-metrics-1.2.8.jar in this page.

License

Open Source

Type List

flexy-dropwizard-metrics-1.2.8.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.vladmihalcea.flexy-pool/flexy-dropwizard-metrics/pom.properties
META-INF/maven/com.vladmihalcea.flexy-pool/flexy-dropwizard-metrics/pom.xml
META-INF/services/com.vladmihalcea.flexypool.metric.MetricsFactoryService
com.vladmihalcea.flexypool.metric.dropwizard.DropwizardHistogram.class
com.vladmihalcea.flexypool.metric.dropwizard.DropwizardMetrics.class
com.vladmihalcea.flexypool.metric.dropwizard.DropwizardMetricsFactoryService.class
com.vladmihalcea.flexypool.metric.dropwizard.DropwizardTimer.class
com.vladmihalcea.flexypool.metric.dropwizard.JmxMetricReporter.class
com.vladmihalcea.flexypool.metric.dropwizard.MetricsLifeCycleCallback.class
com.vladmihalcea.flexypool.metric.dropwizard.ReservoirFactory.class
com.vladmihalcea.flexypool.metric.dropwizard.Slf4jMetricReporter.class

Pom

flexy-dropwizard-metrics-1.2.8.pom file content.

<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">

    <parent>
        <groupId>com.vladmihalcea.flexy-pool</groupId>
        <artifactId>flexy-pool-parent</artifactId>
        <version>1.2.8</version>
    </parent>

    <modelVersion>4.0.0</modelVersion>

    <artifactId>flexy-dropwizard-metrics</artifactId>
    <version>1.2.8</version>
    <packaging>jar</packaging>

    <name>flexy-dropwizard-metrics</name>
    <description>The flexible pool Dropwizard Metrics adapter</description>

    <dependencies>

        <dependency>
            <groupId>com.vladmihalcea.flexy-pool</groupId>
            <artifactId>flexy-pool-core</artifactId>
            <version>1.2.8</version>
        </dependency>

        <dependency>
            <groupId>io.dropwizard.metrics</groupId>
            <artifactId>metrics-core</artifactId>
            <version>${dropwizard.metrics.version}</version>
            <scope>provided</scope>
        </dependency>

    </dependencies>

    <profiles>
        <profile>
            <id>travis</id>
            <activation>
                <property>
                    <name>env.TRAVIS</name>
                    <value>true</value>
                </property>
            </activation>
            <properties>
                <jdk.version>7</jdk.version>
                <jdk>${env.JAVA_HOME}</jdk>
                <forkMode>always</forkMode>
            </properties>
        </profile>
    </profiles>

    <properties>
        <jdk.version>7</jdk.version>
        <jdk>${env.JAVA_HOME_7}</jdk>
    </properties>

</project>

POM Entry

<dependency>
   <groupId>com.vladmihalcea.flexy-pool</groupId>
   <artifactId>flexy-dropwizard-metrics</artifactId>
   <version>1.2.8</version>
</dependency>

Download

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



Download flexy-dropwizard-metrics-1.2.8.jar file




PreviousNext

Related