Categories |
CategoriesCLI User Interface Prometheus Application Testing & Monitoring Monitoring Utility General Purpose Libraries |
---|---|
GroupId | GroupIdio.prometheus.client.utility |
ArtifactId | ArtifactIdservlet |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
servlet-0.0.7.pom | |
servlet-0.0.7.jar | 4 KB |
servlet-0.0.7-sources.jar | 2 KB |
servlet-0.0.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus.client.utility/servlet/
implementation 'io.prometheus.client.utility:servlet:0.0.7'
// https://jarcasting.com/artifacts/io.prometheus.client.utility/servlet/
implementation ("io.prometheus.client.utility:servlet:0.0.7")
'io.prometheus.client.utility:servlet:jar:0.0.7'
<dependency org="io.prometheus.client.utility" name="servlet" rev="0.0.7">
<artifact name="servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prometheus.client.utility', module='servlet', version='0.0.7')
)
libraryDependencies += "io.prometheus.client.utility" % "servlet" % "0.0.7"
[io.prometheus.client.utility/servlet "0.0.7"]