n

nifi-framework-cluster

The clustering software for NiFi.
Files download
File Operation
nifi-framework-cluster-2.0.0-M2.jar download
nifi-framework-cluster-2.0.0-M2.pom download
nifi-framework-cluster-2.0.0-M2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.nifi</groupId>
  <artifactId>nifi-framework-cluster</artifactId>
  <version>2.0.0-M2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.nifi:nifi-framework-cluster:2.0.0-M2'
Gradle Kotlin
implementation("org.apache.nifi:nifi-framework-cluster:2.0.0-M2")
Scala SBT
libraryDependencies += "org.apache.nifi" % "nifi-framework-cluster" % "2.0.0-M2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.nifi', module='nifi-framework-cluster', version='2.0.0-M2')
)
Apache Ivy
<dependency org="org.apache.nifi" name="nifi-framework-cluster" rev="2.0.0-M2" />
Leiningen
[org.apache.nifi/nifi-framework-cluster "2.0.0-M2"]
Apache Buildr
'org.apache.nifi:nifi-framework-cluster:jar:2.0.0-M2'