License |
License |
---|---|
Categories |
CategoriesCLI User Interface Prometheus Application Testing & Monitoring Monitoring Utility General Purpose Libraries |
GroupId | GroupIdio.prometheus.client.utility |
ArtifactId | ArtifactIdservlet |
Last Version | Last Version0.0.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPrometheus Java Client Servlet
The Prometheus Java Client Servlet for Metric Exposition over HTTP
|
Project URL |
Project URL |
Filename | Size |
---|---|
servlet-0.0.10.pom | |
servlet-0.0.10.jar | 4 KB |
servlet-0.0.10-sources.jar | 2 KB |
servlet-0.0.10-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prometheus.client.utility/servlet/ -->
<dependency>
<groupId>io.prometheus.client.utility</groupId>
<artifactId>servlet</artifactId>
<version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus.client.utility/servlet/
implementation 'io.prometheus.client.utility:servlet:0.0.10'
// https://jarcasting.com/artifacts/io.prometheus.client.utility/servlet/
implementation ("io.prometheus.client.utility:servlet:0.0.10")
'io.prometheus.client.utility:servlet:jar:0.0.10'
<dependency org="io.prometheus.client.utility" name="servlet" rev="0.0.10">
<artifact name="servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prometheus.client.utility', module='servlet', version='0.0.10')
)
libraryDependencies += "io.prometheus.client.utility" % "servlet" % "0.0.10"
[io.prometheus.client.utility/servlet "0.0.10"]
Group / Artifact | Type | Version |
---|---|---|
io.prometheus : client | jar | 0.0.10 |
org.eclipse.jetty : jetty-servlet | jar | 8.1.7.v20120910 |
com.matttproud.accepts : accepts | jar | 0.0.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |