n

nifi-registry-bundle

A bundle of processors that rely on external service to obtain schema.
Files download
File Operation
nifi-registry-bundle-2.0.0-M1.pom download
Apache Maven
<dependency>
  <groupId>org.apache.nifi</groupId>
  <artifactId>nifi-registry-bundle</artifactId>
  <version>2.0.0-M1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.nifi:nifi-registry-bundle:2.0.0-M1'
Gradle Kotlin
implementation("org.apache.nifi:nifi-registry-bundle:2.0.0-M1")
Scala SBT
libraryDependencies += "org.apache.nifi" % "nifi-registry-bundle" % "2.0.0-M1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.nifi', module='nifi-registry-bundle', version='2.0.0-M1')
)
Apache Ivy
<dependency org="org.apache.nifi" name="nifi-registry-bundle" rev="2.0.0-M1" />
Leiningen
[org.apache.nifi/nifi-registry-bundle "2.0.0-M1"]
Apache Buildr
'org.apache.nifi:nifi-registry-bundle:jar:2.0.0-M1'