Jar examples for n:nifi-properties-loader
Handles the loading of the nifi.properties file to an instance of NiFiProperties, and transparently performs any decryption/retrieval of sensitive configuration properties.
You can download jar file nifi-properties-loader 1.6.0 in this page.
Apache License
You can use the following script to add nifi-properties-loader-1.6.0.jar to your project.
<dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-properties-loader</artifactId> <version>1.6.0</version> </dependency>
compile group: 'org.apache.nifi', name: 'nifi-properties-loader', version: '1.6.0'
libraryDependencies += "org.apache.nifi" % "nifi-properties-loader" % "1.6.0"
<dependency org="org.apache.nifi" name="nifi-properties-loader" rev="1.6.0"/>
@Grapes(@Grab(group='org.apache.nifi', module='nifi-properties-loader', version='1.6.0'))
'org.apache.nifi:nifi-properties-loader:jar:1.6.0'
Click the following link to download the jar file.
nifi-properties-loader-1.6.0-javadoc.jar