MVN

io.prestosql : presto-maven-plugin

Maven & Gradle

Feb 20, 2020
11 stars

Presto Maven Build Extension · The Presto Maven Plugin provides a packing and lifecycle for Presto plugins

<dependency>
    <groupId>io.prestosql</groupId>
    <artifactId>presto-maven-plugin</artifactId>
    <version>9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.prestosql : presto-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9

All Versions

Choose a version of io.prestosql : presto-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9
presto-maven-plugin-9
8
presto-maven-plugin-8
7
presto-maven-plugin-7
6
presto-maven-plugin-6
5
presto-maven-plugin-5

How to add a dependency to Maven

Add the following io.prestosql : presto-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.prestosql</groupId>
    <artifactId>presto-maven-plugin</artifactId>
    <version>9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.prestosql : presto-maven-plugin gradle dependency to your build.gradle file:

implementation 'io.prestosql:presto-maven-plugin:9'

Gradle Kotlin DSL: Add the following io.prestosql : presto-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.prestosql:presto-maven-plugin:9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.prestosql : presto-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.prestosql" % "presto-maven-plugin" % "9"

Advertisement

Dependencies from Group

Dec 29, 2020
68 usages
4.7k stars
Dec 29, 2020
67 usages
4.7k stars
Dec 29, 2020
42 usages
Dec 29, 2020
35 usages
4.7k stars
Dec 29, 2020
33 usages

Discover Dependencies