is not current version
Last Version 0.17.0

io.prometheus.jmx:collector 0.1.0

See https://github.com/prometheus/jmx_exporter/blob/master/README.md

Categories

Categories

Prometheus Application Testing & Monitoring Monitoring
GroupId

GroupId

io.prometheus.jmx
ArtifactId

ArtifactId

collector
Version

Version

0.1.0
Type

Type

jar

Download collector 0.1.0


<!-- https://jarcasting.com/artifacts/io.prometheus.jmx/collector/ -->
<dependency>
    <groupId>io.prometheus.jmx</groupId>
    <artifactId>collector</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus.jmx/collector/
implementation 'io.prometheus.jmx:collector:0.1.0'
// https://jarcasting.com/artifacts/io.prometheus.jmx/collector/
implementation ("io.prometheus.jmx:collector:0.1.0")
'io.prometheus.jmx:collector:jar:0.1.0'
<dependency org="io.prometheus.jmx" name="collector" rev="0.1.0">
  <artifact name="collector" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prometheus.jmx', module='collector', version='0.1.0')
)
libraryDependencies += "io.prometheus.jmx" % "collector" % "0.1.0"
[io.prometheus.jmx/collector "0.1.0"]