MVN

com.expedia.www : haystack-client-metrics-api

Maven & Gradle

Aug 07, 2020
4 usages
9 stars

haystack-client-dropwizard-api · Metrics api consumed by the haystack client library to generate performance metrics for the client integration code

<dependency>
    <groupId>com.expedia.www</groupId>
    <artifactId>haystack-client-metrics-api</artifactId>
    <version>0.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.expedia.www : haystack-client-metrics-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0

All Versions

Choose a version of com.expedia.www : haystack-client-metrics-api to add to Maven or Gradle - All Versions:

  • Version Updated
  • haystack-client-metrics-api-0.4.0

    Aug 07, 2020
  • haystack-client-metrics-api-0.3.0

    Dec 23, 2019
  • haystack-client-metrics-api-0.2.9

    Jun 12, 2019
  • haystack-client-metrics-api-0.2.8

    May 16, 2019
  • haystack-client-metrics-api-0.2.7

    Apr 11, 2019
  • haystack-client-metrics-api-0.2.6

    Apr 02, 2019

How to add a dependency to Maven

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

<dependency>
    <groupId>com.expedia.www</groupId>
    <artifactId>haystack-client-metrics-api</artifactId>
    <version>0.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.expedia.www : haystack-client-metrics-api gradle dependency to your build.gradle file:

implementation 'com.expedia.www:haystack-client-metrics-api:0.4.0'

Gradle Kotlin DSL: Add the following com.expedia.www : haystack-client-metrics-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.expedia.www:haystack-client-metrics-api:0.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.expedia.www : haystack-client-metrics-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.expedia.www" % "haystack-client-metrics-api" % "0.4.0"