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