| License | License | 
|---|---|
| Categories | CategoriesPrometheus Application Testing & Monitoring Monitoring | 
| GroupId | GroupIdio.prometheus.jmx | 
| ArtifactId | ArtifactIdparent | 
| Last Version | Last Version0.17.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionPrometheus JMX Exporter See https://github.com/prometheus/jmx_exporter/blob/master/README.md | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| parent-0.17.0.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.prometheus.jmx/parent/ -->
<dependency>
    <groupId>io.prometheus.jmx</groupId>
    <artifactId>parent</artifactId>
    <version>0.17.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/io.prometheus.jmx/parent/
implementation 'io.prometheus.jmx:parent:0.17.0'// https://jarcasting.com/artifacts/io.prometheus.jmx/parent/
implementation ("io.prometheus.jmx:parent:0.17.0")'io.prometheus.jmx:parent:pom:0.17.0'<dependency org="io.prometheus.jmx" name="parent" rev="0.17.0">
  <artifact name="parent" type="pom" />
</dependency>@Grapes(
@Grab(group='io.prometheus.jmx', module='parent', version='0.17.0')
)libraryDependencies += "io.prometheus.jmx" % "parent" % "0.17.0"[io.prometheus.jmx/parent "0.17.0"]