Categories |
CategoriesDropWizard Container Microservices Prometheus Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.dhatim |
ArtifactId | ArtifactIddropwizard-prometheus |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.dhatim/dropwizard-prometheus/ -->
<dependency>
<groupId>org.dhatim</groupId>
<artifactId>dropwizard-prometheus</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-prometheus/
implementation 'org.dhatim:dropwizard-prometheus:1.0.0'
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-prometheus/
implementation ("org.dhatim:dropwizard-prometheus:1.0.0")
'org.dhatim:dropwizard-prometheus:jar:1.0.0'
<dependency org="org.dhatim" name="dropwizard-prometheus" rev="1.0.0">
<artifact name="dropwizard-prometheus" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dhatim', module='dropwizard-prometheus', version='1.0.0')
)
libraryDependencies += "org.dhatim" % "dropwizard-prometheus" % "1.0.0"
[org.dhatim/dropwizard-prometheus "1.0.0"]