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