examples
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.prometheus.client</groupId>
<artifactId>examples</artifactId>
<version>0.0.10</version>
</dependency><?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.prometheus.client</groupId>
<artifactId>examples</artifactId>
<packaging>pom</packaging>
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.0.10</version>
</parent>
<name>Prometheus Java Client Examples</name>
<url>http://github.com/prometheus/client_java</url>
<description>
The Prometheus Java Examples
</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>
<scm>
<connection>scm:git:git@github.com:prometheus/client_java.git</connection>
<developerConnection>scm:git:git@github.com:prometheus/client_java.git</developerConnection>
<url>git@github.com:prometheus/client_java.git</url>
<tag>parent-0.0.10</tag>
</scm>
<developers>
<developer>
<id>mtp</id>
<name>Matt T. Proud</name>
<email>matt.proud@gmail.com</email>
</developer>
</developers>
<modules>
<module>guice</module>
<module>jvmstat</module>
<module>random</module>
<module>simple</module>
</modules>
</project>