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