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