MVN

org.apache.pinot : pinot-yammer

Maven & Gradle

Feb 28, 2023
18 usages

Pinot Yammer Metrics

<dependency>
    <groupId>org.apache.pinot</groupId>
    <artifactId>pinot-yammer</artifactId>
    <version>0.12.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.pinot : pinot-yammer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12.1

All Versions

Choose a version of org.apache.pinot : pinot-yammer to add to Maven or Gradle - All Versions:

  • Version Updated
  • pinot-yammer-0.12.1

    Feb 28, 2023
  • pinot-yammer-0.12.0

    Dec 29, 2022
  • pinot-yammer-0.11.0

    Sep 04, 2022
  • pinot-yammer-0.10.0

    Mar 18, 2022
  • pinot-yammer-0.9.3

    Dec 24, 2021
  • pinot-yammer-0.9.2

    Dec 15, 2021
  • pinot-yammer-0.9.1

    Dec 12, 2021
  • pinot-yammer-0.9.0

    Nov 12, 2021
  • pinot-yammer-0.8.0

    Aug 10, 2021

How to add a dependency to Maven

Add the following org.apache.pinot : pinot-yammer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.pinot</groupId>
    <artifactId>pinot-yammer</artifactId>
    <version>0.12.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.pinot : pinot-yammer gradle dependency to your build.gradle file:

implementation 'org.apache.pinot:pinot-yammer:0.12.1'

Gradle Kotlin DSL: Add the following org.apache.pinot : pinot-yammer gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.pinot:pinot-yammer:0.12.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.pinot : pinot-yammer sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.pinot" % "pinot-yammer" % "0.12.1"