Categories |
CategoriesDropWizard Container Microservices Metrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.http4s |
ArtifactId | ArtifactIdhttp4s-dropwizard-metrics_3 |
Version | Version0.22.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.http4s/http4s-dropwizard-metrics_3/ -->
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-dropwizard-metrics_3</artifactId>
<version>0.22.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4s/http4s-dropwizard-metrics_3/
implementation 'org.http4s:http4s-dropwizard-metrics_3:0.22.10'
// https://jarcasting.com/artifacts/org.http4s/http4s-dropwizard-metrics_3/
implementation ("org.http4s:http4s-dropwizard-metrics_3:0.22.10")
'org.http4s:http4s-dropwizard-metrics_3:jar:0.22.10'
<dependency org="org.http4s" name="http4s-dropwizard-metrics_3" rev="0.22.10">
<artifact name="http4s-dropwizard-metrics_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4s', module='http4s-dropwizard-metrics_3', version='0.22.10')
)
libraryDependencies += "org.http4s" % "http4s-dropwizard-metrics_3" % "0.22.10"
[org.http4s/http4s-dropwizard-metrics_3 "0.22.10"]