n

nifi-registry

Provides a central location for storage and management of shared resources across one or more instances of NiFi and/or MiNiFi.
Files download
File Operation
nifi-registry-1.16.1.pom download
Apache Maven
<dependency>
  <groupId>org.apache.nifi.registry</groupId>
  <artifactId>nifi-registry</artifactId>
  <version>1.16.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.nifi.registry:nifi-registry:1.16.1'
Gradle Kotlin
implementation("org.apache.nifi.registry:nifi-registry:1.16.1")
Scala SBT
libraryDependencies += "org.apache.nifi.registry" % "nifi-registry" % "1.16.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.nifi.registry', module='nifi-registry', version='1.16.1')
)
Apache Ivy
<dependency org="org.apache.nifi.registry" name="nifi-registry" rev="1.16.1" />
Leiningen
[org.apache.nifi.registry/nifi-registry "1.16.1"]
Apache Buildr
'org.apache.nifi.registry:nifi-registry:jar:1.16.1'