<dependency>
<groupId>io.streamnative.stats</groupId>
<artifactId>codahale-metrics-provider</artifactId>
<version>4.14.7.2-arrowstreet</version>
</dependency>
implementation("io.streamnative.stats:codahale-metrics-provider:4.14.7.2-arrowstreet")
libraryDependencies += "io.streamnative.stats" % "codahale-metrics-provider" % "4.14.7.2-arrowstreet"
@Grapes(
@Grab(group='io.streamnative.stats', module='codahale-metrics-provider', version='4.14.7.2-arrowstreet')
)
<dependency org="io.streamnative.stats" name="codahale-metrics-provider" rev="4.14.7.2-arrowstreet" />
<parent> <groupId>io.streamnative</groupId> <artifactId>bookkeeper</artifactId> <version>4.14.7.2-arrowstreet</version> </parent>
compile
|-- io.streamnative.stats:bookkeeper-stats-api
|-- io.dropwizard.metrics:metrics-core
|-- io.dropwizard.metrics:metrics-jvm