n

nifi-property-protection-factory

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