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