Jar examples for n:nifi-processor-utils
This nifi-processor-utils module is designed to capture common patterns and utilities that can be leveraged by other processors or components to help promote reuse. These patterns may become framework level features or may simply be made available through this utility. It is ok for this module to have dependencies but care should be taken when adding dependencies as this increases the cost of utilizing this module in various nars.
You can download jar file nifi-processor-utils 0.6.1 in this page.
Apache License
You can use the following script to add nifi-processor-utils-0.6.1.jar to your project.
<dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-processor-utils</artifactId> <version>0.6.1</version> </dependency>
compile group: 'org.apache.nifi', name: 'nifi-processor-utils', version: '0.6.1'
libraryDependencies += "org.apache.nifi" % "nifi-processor-utils" % "0.6.1"
<dependency org="org.apache.nifi" name="nifi-processor-utils" rev="0.6.1"/>
@Grapes(@Grab(group='org.apache.nifi', module='nifi-processor-utils', version='0.6.1'))
'org.apache.nifi:nifi-processor-utils:jar:0.6.1'
Click the following link to download the jar file.
nifi-processor-utils-0.6.1-javadoc.jar