n

nifi-registry-bundle

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