MVN

org.apache.nifi : nifi-storm-spout

Maven & Gradle

Mar 18, 2021
<dependency>
    <groupId>org.apache.nifi</groupId>
    <artifactId>nifi-storm-spout</artifactId>
    <version>1.13.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.nifi : nifi-storm-spout to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.13.2
  • Latest Beta: 1.0.0-BETA

All Versions

Choose a version of org.apache.nifi : nifi-storm-spout to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.13.x
nifi-storm-spout-1.13.2
nifi-storm-spout-1.13.1
nifi-storm-spout-1.13.0
1.12.x
nifi-storm-spout-1.12.1
nifi-storm-spout-1.12.0
1.11.x
nifi-storm-spout-1.11.4
nifi-storm-spout-1.11.3
nifi-storm-spout-1.11.2
nifi-storm-spout-1.11.1
nifi-storm-spout-1.11.0
1.10.x
nifi-storm-spout-1.10.0
1.9.x
nifi-storm-spout-1.9.2
nifi-storm-spout-1.9.1
nifi-storm-spout-1.9.0
1.8.x
nifi-storm-spout-1.8.0
1.7.x
nifi-storm-spout-1.7.1
nifi-storm-spout-1.7.0
1.6.x
nifi-storm-spout-1.6.0
1.5.x
nifi-storm-spout-1.5.0
1.4.x
nifi-storm-spout-1.4.0
1.3.x
nifi-storm-spout-1.3.0
1.2.x
nifi-storm-spout-1.2.0
1.1.x
nifi-storm-spout-1.1.2
nifi-storm-spout-1.1.1
nifi-storm-spout-1.1.0
1.0.x
nifi-storm-spout-1.0.1
nifi-storm-spout-1.0.0
nifi-storm-spout-1.0.0-BETA
0.7.x
nifi-storm-spout-0.7.4
nifi-storm-spout-0.7.3
nifi-storm-spout-0.7.2
nifi-storm-spout-0.7.1
nifi-storm-spout-0.7.0
0.6.x
nifi-storm-spout-0.6.1
nifi-storm-spout-0.6.0
0.5.x
nifi-storm-spout-0.5.1
nifi-storm-spout-0.5.0
0.4.x
nifi-storm-spout-0.4.1
nifi-storm-spout-0.4.0
0.3.x
nifi-storm-spout-0.3.0
0.2.x
nifi-storm-spout-0.2.1
nifi-storm-spout-0.2.0-incubating

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.nifi</groupId>
    <artifactId>nifi-storm-spout</artifactId>
    <version>1.13.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.nifi : nifi-storm-spout gradle dependency to your build.gradle file:

implementation 'org.apache.nifi:nifi-storm-spout:1.13.2'

Gradle Kotlin DSL: Add the following org.apache.nifi : nifi-storm-spout gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.nifi:nifi-storm-spout:1.13.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.nifi : nifi-storm-spout sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.nifi" % "nifi-storm-spout" % "1.13.2"