MVN

com.spotify.ffwd : opencensus-exporter

Maven & Gradle

Nov 18, 2020
7 stars

FastForward OpenCensus Exporter · Export OpenCensus metrics to ffwd.

<dependency>
    <groupId>com.spotify.ffwd</groupId>
    <artifactId>opencensus-exporter</artifactId>
    <version>0.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.spotify.ffwd : opencensus-exporter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.4

All Versions

Choose a version of com.spotify.ffwd : opencensus-exporter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
opencensus-exporter-0.2.4
opencensus-exporter-0.2.3
opencensus-exporter-0.2.2
opencensus-exporter-0.2.1

How to add a dependency to Maven

Add the following com.spotify.ffwd : opencensus-exporter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.spotify.ffwd</groupId>
    <artifactId>opencensus-exporter</artifactId>
    <version>0.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.spotify.ffwd : opencensus-exporter gradle dependency to your build.gradle file:

implementation 'com.spotify.ffwd:opencensus-exporter:0.2.4'

Gradle Kotlin DSL: Add the following com.spotify.ffwd : opencensus-exporter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.spotify.ffwd:opencensus-exporter:0.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.spotify.ffwd : opencensus-exporter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.spotify.ffwd" % "opencensus-exporter" % "0.2.4"

Advertisement