Download metrics-jersey2-3.1.2.jar file

Introduction

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

License

Apache Open Source

Type List

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

META-INF/MANIFEST.MF
META-INF/maven/io.dropwizard.metrics/metrics-jersey2/pom.properties
META-INF/maven/io.dropwizard.metrics/metrics-jersey2/pom.xml
com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener.class
com.codahale.metrics.jersey2.MetricsFeature.class

Pom

metrics-jersey2-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-jersey2</artifactId>
    <name>Metrics Integration for Jersey 2.x</name>
    <packaging>bundle</packaging>
    <description>
	A set of class providing Metrics integration for Jersey, the reference JAX-RS
	implementation.
    </description>

    <properties>
	<jersey.version>2.11</jersey.version>
    </properties>

    <dependencies>
	<dependency>
	    <groupId>io.dropwizard.metrics</groupId>
	    <artifactId>metrics-core</artifactId>
	    <version>${project.version}</version>
	</dependency>
	<dependency>
	    <groupId>io.dropwizard.metrics</groupId>
	    <artifactId>metrics-annotation</artifactId>
	    <version>${project.version}</version>
	</dependency>
	<dependency>
		<groupId>org.glassfish.jersey.core</groupId>
		<artifactId>jersey-server</artifactId>
		<version>${jersey.version}</version>
	</dependency>
	<dependency>
		<groupId>
			org.glassfish.jersey.test-framework.providers
		</groupId>
		<artifactId>
			jersey-test-framework-provider-inmemory
		</artifactId>
		<version>${jersey.version}</version>
		<scope>test</scope>
	</dependency>
    </dependencies>

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

POM Entry

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

Download

If you think the following metrics-jersey2-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-jersey2-3.1.2.jar file




PreviousNext

Related