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