MVN

org.apache.heron : heron-spi

Maven & Gradle

Jul 24, 2022
3.6k stars

heron-spi · Heron SPI

<dependency>
    <groupId>org.apache.heron</groupId>
    <artifactId>heron-spi</artifactId>
    <version>0.20.5-incubating</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.20.5-incubating
  • Latest Release Candidate: 0.20.1-incubating-rc2

All Versions

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

Version Vulnerabilities Updated
0.20.x
heron-spi-0.20.5-incubating
heron-spi-0.20.4-incubating
heron-spi-0.20.3-incubating
heron-spi-0.20.1-incubating
heron-spi-0.20.1-incubating-rc2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.heron</groupId>
    <artifactId>heron-spi</artifactId>
    <version>0.20.5-incubating</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.heron:heron-spi:0.20.5-incubating'

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

implementation("org.apache.heron:heron-spi:0.20.5-incubating")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.heron" % "heron-spi" % "0.20.5-incubating"

Advertisement