MVN

com.expedia : metrics-java-metrictank

Maven & Gradle

Feb 12, 2019

metrics-java-metrictank

<dependency>
    <groupId>com.expedia</groupId>
    <artifactId>metrics-java-metrictank</artifactId>
    <version>0.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.expedia : metrics-java-metrictank to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.0

All Versions

Choose a version of com.expedia : metrics-java-metrictank to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
metrics-java-metrictank-0.11.0
0.10.x
metrics-java-metrictank-0.10.1
metrics-java-metrictank-0.10.0
0.9.x
metrics-java-metrictank-0.9.0
0.8.x
metrics-java-metrictank-0.8.0
0.7.x
metrics-java-metrictank-0.7.0
0.6.x
metrics-java-metrictank-0.6.2
metrics-java-metrictank-0.6.1
metrics-java-metrictank-0.6.0
0.5.x
metrics-java-metrictank-0.5.0
0.4.x
metrics-java-metrictank-0.4.0
0.3.x
metrics-java-metrictank-0.3.0

How to add a dependency to Maven

Add the following com.expedia : metrics-java-metrictank maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.expedia</groupId>
    <artifactId>metrics-java-metrictank</artifactId>
    <version>0.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.expedia : metrics-java-metrictank gradle dependency to your build.gradle file:

implementation 'com.expedia:metrics-java-metrictank:0.11.0'

Gradle Kotlin DSL: Add the following com.expedia : metrics-java-metrictank gradle kotlin dependency to your build.gradle.kts file:

implementation("com.expedia:metrics-java-metrictank:0.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.expedia : metrics-java-metrictank sbt scala dependency to your build.sbt file:

libraryDependencies += "com.expedia" % "metrics-java-metrictank" % "0.11.0"