META-INF.maven.org.smallmind.claxon-emitter-prometheus.pom.xml Maven / Gradle / Ivy
<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