组织ID: |
io.prometheus |
项目ID: |
simpleclient_pushgateway |
版本: |
0.0.7 |
最后修改时间: |
2019-10-29 14:04:14 |
包类型: |
jar |
标题: |
Prometheus Java Simpleclient Pushgateway |
描述: |
Pushgateway exporter for the simpleclient.
|
大小: |
4.37KB |
|
Maven引入代码: |
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_pushgateway</artifactId>
<version>0.0.7</version>
</dependency>
|
Gradle引入代码: |
io.prometheus:simpleclient_pushgateway:0.0.7
|
下载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.7</version>
</parent>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_pushgateway</artifactId>
<name>Prometheus Java Simpleclient Pushgateway</name>
<description>
Pushgateway exporter for 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>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.0.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_common</artifactId>
<version>0.0.7-SNAPSHOT</version>
</dependency>
<!-- Test Dependencies Follow -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mock-server</groupId>
<artifactId>mockserver-netty</artifactId>
<version>3.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
io.prometheus.client.exporter.PushGateway.class
META-INF/maven/io.prometheus/simpleclient_pushgateway/pom.xml
META-INF/maven/io.prometheus/simpleclient_pushgateway/pom.properties
|
依赖Jar: |
simpleclient-0.0.7-SNAPSHOT.jar
/io.prometheus/simpleclient/0.0.7-SNAPSHOT
查看simpleclient所有版本文件
simpleclient_common-0.0.7-SNAPSHOT.jar
/io.prometheus/simpleclient_common/0.0.7-SNAPSHOT
查看simpleclient_common所有版本文件
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
mockserver-netty-3.8.2.jar
/org.mock-server/mockserver-netty/3.8.2
查看mockserver-netty所有版本文件
|