n

nifi-registry-properties

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