Download simpleclient_common-0.0.22.jar file

Introduction

You can download simpleclient_common-0.0.22.jar in this page.

License

The Apache Software License, Version 2.0

Type List

simpleclient_common-0.0.22.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.prometheus/simpleclient_common/pom.properties
META-INF/maven/io.prometheus/simpleclient_common/pom.xml
io.prometheus.client.exporter.common.TextFormat.class

Pom

simpleclient_common-0.0.22.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.prometheus</groupId>
        <artifactId>parent</artifactId>
        <version>0.0.22</version>
    </parent>

    <groupId>io.prometheus</groupId>
    <artifactId>simpleclient_common</artifactId>
    <packaging>bundle</packaging>

    <name>Prometheus Java Simpleclient Common</name>
    <description>
        Common code used by various modules of the Simpleclient. 
    </description>

    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <developers>
        <developer>
            <id>brian-brazil</id>
            <name>Brian Brazil</name>
            <email>brian.brazil@boxever.com</email>
        </developer>
    </developers>

    <dependencies>
        <dependency>
            <groupId>io.prometheus</groupId>
            <artifactId>simpleclient</artifactId>
            <version>0.0.22</version>
        </dependency>
        <!-- Test Dependencies Follow -->
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.11</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.prometheus</groupId>
   <artifactId>simpleclient_common</artifactId>
   <version>0.0.22</version>
</dependency>

Download

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



Download simpleclient_common-0.0.22.jar file




PreviousNext

Related