Categories |
CategoriesPrometheus Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdio.prometheus.jmx |
ArtifactId | ArtifactIdcollector |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
collector-0.3.1.pom | |
collector-0.3.1.jar | 23 KB |
collector-0.3.1-sources.jar | 9 KB |
collector-0.3.1-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prometheus.jmx/collector/ -->
<dependency>
<groupId>io.prometheus.jmx</groupId>
<artifactId>collector</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus.jmx/collector/
implementation 'io.prometheus.jmx:collector:0.3.1'
// https://jarcasting.com/artifacts/io.prometheus.jmx/collector/
implementation ("io.prometheus.jmx:collector:0.3.1")
'io.prometheus.jmx:collector:jar:0.3.1'
<dependency org="io.prometheus.jmx" name="collector" rev="0.3.1">
<artifact name="collector" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prometheus.jmx', module='collector', version='0.3.1')
)
libraryDependencies += "io.prometheus.jmx" % "collector" % "0.3.1"
[io.prometheus.jmx/collector "0.3.1"]