Maven Repository - POM file for Development metrics-core 3.0.2 3.0.2

Summary

Metrics Core.

Metrics is a Java library which gives you unparalleled insight into what your code does in production. Metrics provides a powerful toolkit of ways to measure the behavior of critical components in your production environment..

Declaration

Here is the list of declaration for metrics-core. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.codahale.metrics</groupId>
   <artifactId>metrics-core</artifactId>
   <version>3.0.2</version>
</dependency>

If you think this Maven repository POM file listing for metrics-core is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





Depended by

The following table lists the most popular artifacts which are depending on metrics-core-3.0.2. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Developmentmonitoring-api 1.0.2-2
This project is the foundation runtime monitoring api project.
6
JDBCHikariCP 1.3.8
Ultimate JDBC Connection Pool
5
Document Databasecassandra-driver-core 2.0.1
A driver for Apache Cassandra 1.2+ that works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's binary protocol.
6
Document Databasecassandra-driver-core 2.0.6
A driver for Apache Cassandra 1.2+ that works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's binary protocol.
7
Document Databasecassandra-driver-core 2.1.2
A driver for Apache Cassandra 1.2+ that works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's binary protocol.
13
Document Databasecassandra-driver-core 2.1.0
A driver for Apache Cassandra 1.2+ that works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's binary protocol.
19
Document Databasecassandra-driver-core 2.1.1
A driver for Apache Cassandra 1.2+ that works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's binary protocol.
16
Document Databasecassandra-driver-core 2.0.2
A driver for Apache Cassandra 1.2+ that works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's binary protocol.
6
Virtual Machinequasar-core 0.6.0
lightweight threads and actors for the JVM.
12
Document Databasecassandra-driver-core 2.1.3
A driver for Apache Cassandra 1.2+ that works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's binary protocol.
6
Document Databasecassandra-driver-core 2.0.4
A driver for Apache Cassandra 1.2+ that works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's binary protocol.
21




Packages

The following packages are defined in the metrics-core-3.0.2.jar

com.codahale.metrics

POM File Source

Here is the content of the POM file.

<?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>com.codahale.metrics</groupId>
        <artifactId>metrics-parent</artifactId>
        <version>3.0.2</version>
    </parent>

    <artifactId>metrics-core</artifactId>
    <name>Metrics Core</name>
    <packaging>bundle</packaging>
    <description>
        Metrics is a Java library which gives you unparalleled insight into what your code does in
        production. Metrics provides a powerful toolkit of ways to measure the behavior of critical
        components in your production environment.
    </description>
</project>