MVN

org.apache.pinot : pinot-dropwizard

Maven & Gradle

Feb 28, 2023
27 stars

Pinot Dropwizard Metrics

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

Latest Version

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

  • Latest Stable: 0.12.1

All Versions

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

Version Vulnerabilities Updated
0.12.x
pinot-dropwizard-0.12.1
pinot-dropwizard-0.12.0
0.11.x
pinot-dropwizard-0.11.0
0.10.x
pinot-dropwizard-0.10.0
0.9.x
pinot-dropwizard-0.9.3
pinot-dropwizard-0.9.2
pinot-dropwizard-0.9.1
pinot-dropwizard-0.9.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement

Dependencies from Group

Feb 28, 2023
28 usages
27 stars
Feb 28, 2023
24 usages
27 stars
Feb 28, 2023
21 usages
27 stars
Feb 28, 2023
18 usages
27 stars
Feb 28, 2023
12 usages
27 stars

Discover Dependencies