MVN

no.finn.guava-metrics : guava-metrics

Maven & Gradle

Nov 07, 2014
3 stars

guava-metrics reporter · Report Guava cache statistics to dropwizard/(codahale) metrics

<dependency>
    <groupId>no.finn.guava-metrics</groupId>
    <artifactId>guava-metrics</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.finn.guava-metrics : guava-metrics to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of no.finn.guava-metrics : guava-metrics to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
guava-metrics-1.2

How to add a dependency to Maven

Add the following no.finn.guava-metrics : guava-metrics maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>no.finn.guava-metrics</groupId>
    <artifactId>guava-metrics</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.finn.guava-metrics : guava-metrics gradle dependency to your build.gradle file:

implementation 'no.finn.guava-metrics:guava-metrics:1.2'

Gradle Kotlin DSL: Add the following no.finn.guava-metrics : guava-metrics gradle kotlin dependency to your build.gradle.kts file:

implementation("no.finn.guava-metrics:guava-metrics:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.finn.guava-metrics : guava-metrics sbt scala dependency to your build.sbt file:

libraryDependencies += "no.finn.guava-metrics" % "guava-metrics" % "1.2"