is not current version
Last Version 2.0.0-rc-1

io.ratpack:ratpack-dropwizard-metrics 1.0.0-rc-2

Provides integration with the Dropwizard Metrics library - https://dropwizard.github.io/metrics/

Categories

Categories

DropWizard Container Microservices Metrics Application Testing & Monitoring Monitoring Ratpack User Interface Web Frameworks
GroupId

GroupId

io.ratpack
ArtifactId

ArtifactId

ratpack-dropwizard-metrics
Version

Version

1.0.0-rc-2
Type

Type

jar

Download ratpack-dropwizard-metrics 1.0.0-rc-2


<!-- https://jarcasting.com/artifacts/io.ratpack/ratpack-dropwizard-metrics/ -->
<dependency>
    <groupId>io.ratpack</groupId>
    <artifactId>ratpack-dropwizard-metrics</artifactId>
    <version>1.0.0-rc-2</version>
</dependency>
// https://jarcasting.com/artifacts/io.ratpack/ratpack-dropwizard-metrics/
implementation 'io.ratpack:ratpack-dropwizard-metrics:1.0.0-rc-2'
// https://jarcasting.com/artifacts/io.ratpack/ratpack-dropwizard-metrics/
implementation ("io.ratpack:ratpack-dropwizard-metrics:1.0.0-rc-2")
'io.ratpack:ratpack-dropwizard-metrics:jar:1.0.0-rc-2'
<dependency org="io.ratpack" name="ratpack-dropwizard-metrics" rev="1.0.0-rc-2">
  <artifact name="ratpack-dropwizard-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ratpack', module='ratpack-dropwizard-metrics', version='1.0.0-rc-2')
)
libraryDependencies += "io.ratpack" % "ratpack-dropwizard-metrics" % "1.0.0-rc-2"
[io.ratpack/ratpack-dropwizard-metrics "1.0.0-rc-2"]