Download metrics-annotation-3.1.2.jar file

Introduction

You can download metrics-annotation-3.1.2.jar in this page.

License

Apache Open Source

Type List

metrics-annotation-3.1.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.dropwizard.metrics/metrics-annotation/pom.properties
META-INF/maven/io.dropwizard.metrics/metrics-annotation/pom.xml
com.codahale.metrics.annotation.CachedGauge.class
com.codahale.metrics.annotation.Counted.class
com.codahale.metrics.annotation.ExceptionMetered.class
com.codahale.metrics.annotation.Gauge.class
com.codahale.metrics.annotation.Metered.class
com.codahale.metrics.annotation.Metric.class
com.codahale.metrics.annotation.Timed.class

Pom

metrics-annotation-3.1.2.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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>io.dropwizard.metrics</groupId>
        <artifactId>metrics-parent</artifactId>
        <version>3.1.2</version>
    </parent>

    <artifactId>metrics-annotation</artifactId>
    <name>Annotations for Metrics</name>
    <packaging>bundle</packaging>
    <description>
        A dependency-less package of just the annotations used by other Metrics modules.
    </description>
</project>

POM Entry

<dependency>
   <groupId>io.dropwizard.metrics</groupId>
   <artifactId>metrics-annotation</artifactId>
   <version>3.1.2</version>
</dependency>

Download

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



Download metrics-annotation-3.1.2.jar file




PreviousNext

Related