MVN

com.facebook.presto : presto-benchto-queries

Maven & Gradle

Nov 22, 2018
4 usages
13k stars

presto-benchto-queries

<dependency>
    <groupId>com.facebook.presto</groupId>
    <artifactId>presto-benchto-queries</artifactId>
    <version>0.214</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.facebook.presto : presto-benchto-queries to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.214

All Versions

Choose a version of com.facebook.presto : presto-benchto-queries to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.214
presto-benchto-queries-0.214
0.213
presto-benchto-queries-0.213

How to add a dependency to Maven

Add the following com.facebook.presto : presto-benchto-queries maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.facebook.presto</groupId>
    <artifactId>presto-benchto-queries</artifactId>
    <version>0.214</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.facebook.presto : presto-benchto-queries gradle dependency to your build.gradle file:

implementation 'com.facebook.presto:presto-benchto-queries:0.214'

Gradle Kotlin DSL: Add the following com.facebook.presto : presto-benchto-queries gradle kotlin dependency to your build.gradle.kts file:

implementation("com.facebook.presto:presto-benchto-queries:0.214")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.facebook.presto : presto-benchto-queries sbt scala dependency to your build.sbt file:

libraryDependencies += "com.facebook.presto" % "presto-benchto-queries" % "0.214"

Advertisement