All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.org.smallmind.claxon-emitter-prometheus.pom.xml Maven / Gradle / Ivy

There is a newer version: 6.2.0
Show newest version
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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>org.smallmind</groupId>
    <artifactId>claxon-emitter</artifactId>
    <version>5.4.0</version>
  </parent>
  <artifactId>claxon-emitter-prometheus</artifactId>
  <name>Claxon-Emitter-Promethus</name>
  <description>Prometheus Emitter</description>
  <packaging>jar</packaging>
  <dependencies>
    <dependency>
      <groupId>org.smallmind</groupId>
      <artifactId>claxon-registry</artifactId>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.smallmind</groupId>
        <artifactId>smallmind-license-plugin</artifactId>
      </plugin>
    </plugins>
  </build>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy