Categories |
CategoriesJava Languages Net Metrics Application Testing & Monitoring Monitoring Prometheus |
---|---|
GroupId | GroupIdnet.thisptr |
ArtifactId | ArtifactIdjava-prometheus-metrics-agent |
Version | Version0.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.thisptr/java-prometheus-metrics-agent/ -->
<dependency>
<groupId>net.thisptr</groupId>
<artifactId>java-prometheus-metrics-agent</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.thisptr/java-prometheus-metrics-agent/
implementation 'net.thisptr:java-prometheus-metrics-agent:0.0.3'
// https://jarcasting.com/artifacts/net.thisptr/java-prometheus-metrics-agent/
implementation ("net.thisptr:java-prometheus-metrics-agent:0.0.3")
'net.thisptr:java-prometheus-metrics-agent:jar:0.0.3'
<dependency org="net.thisptr" name="java-prometheus-metrics-agent" rev="0.0.3">
<artifact name="java-prometheus-metrics-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thisptr', module='java-prometheus-metrics-agent', version='0.0.3')
)
libraryDependencies += "net.thisptr" % "java-prometheus-metrics-agent" % "0.0.3"
[net.thisptr/java-prometheus-metrics-agent "0.0.3"]