Download nifi-processor-utils-1.7.0.jar file - Jar n

Jar examples for n:nifi-processor-utils

Description

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 1.7.0 in this page.

License

Apache License

Build File

You can use the following script to add nifi-processor-utils-1.7.0.jar to your project.

<dependency>
   <groupId>org.apache.nifi</groupId>
   <artifactId>nifi-processor-utils</artifactId>
   <version>1.7.0</version>
</dependency>
compile group: 'org.apache.nifi', name: 'nifi-processor-utils', version: '1.7.0'
libraryDependencies += "org.apache.nifi" % "nifi-processor-utils" % "1.7.0"
<dependency org="org.apache.nifi" name="nifi-processor-utils" rev="1.7.0"/>
@Grapes(@Grab(group='org.apache.nifi', module='nifi-processor-utils', version='1.7.0'))
'org.apache.nifi:nifi-processor-utils:jar:1.7.0'

Download

Click the following link to download the jar file.

nifi-processor-utils-1.7.0-javadoc.jar
nifi-processor-utils-1.7.0-sources.jar
nifi-processor-utils-1.7.0.jar
nifi-processor-utils-1.7.0.pom



Related Tutorials