License |
License |
---|---|
Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring Guava General Purpose Libraries Utility |
GroupId | GroupIdno.finn.guava-metrics |
ArtifactId | ArtifactIdguava-metrics |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionguava-metrics reporter
Report Guava cache statistics to dropwizard/(codahale) metrics
|
Project URL |
Project URL |
Filename | Size |
---|---|
guava-metrics-1.2.pom | |
guava-metrics-1.2.jar | 7 KB |
guava-metrics-1.2-sources.jar | 1 KB |
guava-metrics-1.2-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.finn.guava-metrics/guava-metrics/ -->
<dependency>
<groupId>no.finn.guava-metrics</groupId>
<artifactId>guava-metrics</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/no.finn.guava-metrics/guava-metrics/
implementation 'no.finn.guava-metrics:guava-metrics:1.2'
// https://jarcasting.com/artifacts/no.finn.guava-metrics/guava-metrics/
implementation ("no.finn.guava-metrics:guava-metrics:1.2")
'no.finn.guava-metrics:guava-metrics:jar:1.2'
<dependency org="no.finn.guava-metrics" name="guava-metrics" rev="1.2">
<artifact name="guava-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.finn.guava-metrics', module='guava-metrics', version='1.2')
)
libraryDependencies += "no.finn.guava-metrics" % "guava-metrics" % "1.2"
[no.finn.guava-metrics/guava-metrics "1.2"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard.metrics : metrics-core | jar | 3.1.0 |
com.google.guava : guava | jar | 18.0 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.3.3 |
org.spockframework : spock-core | jar | 0.7-groovy-2.0 |