n

nifi-framework-bundle

NiFi: Framework Bundle
Files download
File Operation
nifi-framework-bundle-1.21.0.pom download
Apache Maven
<dependency>
  <groupId>org.apache.nifi</groupId>
  <artifactId>nifi-framework-bundle</artifactId>
  <version>1.21.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.nifi:nifi-framework-bundle:1.21.0'
Gradle Kotlin
implementation("org.apache.nifi:nifi-framework-bundle:1.21.0")
Scala SBT
libraryDependencies += "org.apache.nifi" % "nifi-framework-bundle" % "1.21.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.nifi', module='nifi-framework-bundle', version='1.21.0')
)
Apache Ivy
<dependency org="org.apache.nifi" name="nifi-framework-bundle" rev="1.21.0" />
Leiningen
[org.apache.nifi/nifi-framework-bundle "1.21.0"]
Apache Buildr
'org.apache.nifi:nifi-framework-bundle:jar:1.21.0'