MVN

io.hetu.core : presto-spi

Maven & Gradle

Dec 29, 2022
62 usages

presto-spi

<dependency>
    <groupId>io.hetu.core</groupId>
    <artifactId>presto-spi</artifactId>
    <version>1.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.hetu.core : presto-spi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.0

All Versions

Choose a version of io.hetu.core : presto-spi to add to Maven or Gradle - All Versions:

  • Version Updated
  • presto-spi-1.9.0

    Dec 29, 2022
  • presto-spi-1.8.0

    Sep 30, 2022
  • presto-spi-1.7.0

    Jun 29, 2022
  • presto-spi-1.6.1

    Apr 27, 2022
  • presto-spi-1.6.0

    Mar 30, 2022
  • presto-spi-1.5.0

    Dec 29, 2021
  • presto-spi-1.4.1

    Nov 12, 2021
  • presto-spi-1.4.0

    Oct 14, 2021
  • presto-spi-1.3.0

    Jun 30, 2021
  • presto-spi-1.2.0

    Mar 31, 2021
  • presto-spi-1.1.0

    Dec 30, 2020
  • presto-spi-1.0.1

    Sep 29, 2020

How to add a dependency to Maven

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

<dependency>
    <groupId>io.hetu.core</groupId>
    <artifactId>presto-spi</artifactId>
    <version>1.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.hetu.core : presto-spi gradle dependency to your build.gradle file:

implementation 'io.hetu.core:presto-spi:1.9.0'

Gradle Kotlin DSL: Add the following io.hetu.core : presto-spi gradle kotlin dependency to your build.gradle.kts file:

implementation("io.hetu.core:presto-spi:1.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.hetu.core : presto-spi sbt scala dependency to your build.sbt file:

libraryDependencies += "io.hetu.core" % "presto-spi" % "1.9.0"