Categories |
CategoriesPrometheus Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdsu.nlq |
ArtifactId | ArtifactIdjmx-prometheus-server |
Version | Version0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/su.nlq/jmx-prometheus-server/ -->
<dependency>
<groupId>su.nlq</groupId>
<artifactId>jmx-prometheus-server</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/su.nlq/jmx-prometheus-server/
implementation 'su.nlq:jmx-prometheus-server:0.3'
// https://jarcasting.com/artifacts/su.nlq/jmx-prometheus-server/
implementation ("su.nlq:jmx-prometheus-server:0.3")
'su.nlq:jmx-prometheus-server:jar:0.3'
<dependency org="su.nlq" name="jmx-prometheus-server" rev="0.3">
<artifact name="jmx-prometheus-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='su.nlq', module='jmx-prometheus-server', version='0.3')
)
libraryDependencies += "su.nlq" % "jmx-prometheus-server" % "0.3"
[su.nlq/jmx-prometheus-server "0.3"]