You can download simpleclient_servlet-0.0.8.jar in this page.
The Apache Software License, Version 2.0
simpleclient_servlet-0.0.8.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/io.prometheus/simpleclient_servlet/pom.properties META-INF/maven/io.prometheus/simpleclient_servlet/pom.xml io.prometheus.client.exporter.MetricsServlet.class
simpleclient_servlet-0.0.8.pom file content.
<?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.8</version> </parent> <groupId>io.prometheus</groupId> <artifactId>simpleclient_servlet</artifactId> <name>Prometheus Java Simpleclient Servlet</name> <description> HTTP servlet 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.8</version> </dependency> <dependency> <groupId>io.prometheus</groupId> <artifactId>simpleclient_common</artifactId> <version>0.0.8</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.0.1</version> <scope>provided</scope> </dependency> <!-- Test Dependencies Follow --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> <version>8.1.7.v20120910</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>
<dependency> <groupId>io.prometheus</groupId> <artifactId>simpleclient_servlet</artifactId> <version>0.0.8</version> </dependency>
If you think the following simpleclient_servlet-0.0.8.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download simpleclient_servlet-0.0.8.jar file