组织ID: |
io.prometheus |
项目ID: |
simpleclient_common |
版本: |
0.0.25 |
最后修改时间: |
2018-07-31 22:44:59 |
包类型: |
jar |
标题: |
Prometheus Java Simpleclient Common |
描述: |
Common code used by various modules of the Simpleclient.
|
大小: |
5.62KB |
|
Maven引入代码: |
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_common</artifactId>
<version>0.0.25</version>
</dependency>
|
Gradle引入代码: |
io.prometheus:simpleclient_common:0.0.25
|
下载Jar包: |
|
POM文件内容: |
<?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.25</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.25</version>
</dependency>
<!-- Test Dependencies Follow -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
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$1.class
io.prometheus.client.exporter.common.TextFormat.class
|
依赖Jar: |
simpleclient-0.0.25.jar
/io.prometheus/simpleclient/0.0.25
查看simpleclient所有版本文件
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
|