| License | License | 
|---|---|
| Categories | CategoriesPrometheus Application Testing & Monitoring Monitoring | 
| GroupId | GroupIdio.prometheus.jmx | 
| ArtifactId | ArtifactIdjmx_prometheus_javaagent_common | 
| Last Version | Last Version0.17.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionPrometheus JMX Exporter - Java Agent Common See https://github.com/prometheus/jmx_exporter/blob/master/README.md | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/io.prometheus.jmx/jmx_prometheus_javaagent_common/ -->
<dependency>
    <groupId>io.prometheus.jmx</groupId>
    <artifactId>jmx_prometheus_javaagent_common</artifactId>
    <version>0.17.0</version>
</dependency>// https://jarcasting.com/artifacts/io.prometheus.jmx/jmx_prometheus_javaagent_common/
implementation 'io.prometheus.jmx:jmx_prometheus_javaagent_common:0.17.0'// https://jarcasting.com/artifacts/io.prometheus.jmx/jmx_prometheus_javaagent_common/
implementation ("io.prometheus.jmx:jmx_prometheus_javaagent_common:0.17.0")'io.prometheus.jmx:jmx_prometheus_javaagent_common:jar:0.17.0'<dependency org="io.prometheus.jmx" name="jmx_prometheus_javaagent_common" rev="0.17.0">
  <artifact name="jmx_prometheus_javaagent_common" type="jar" />
</dependency>@Grapes(
@Grab(group='io.prometheus.jmx', module='jmx_prometheus_javaagent_common', version='0.17.0')
)libraryDependencies += "io.prometheus.jmx" % "jmx_prometheus_javaagent_common" % "0.17.0"[io.prometheus.jmx/jmx_prometheus_javaagent_common "0.17.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| io.prometheus.jmx : collector | jar | 0.17.0 | 
| io.prometheus : simpleclient_hotspot | jar | 0.14.1 | 
| io.prometheus : simpleclient_httpserver | jar | 0.14.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.2 |