Download nifi-utils-1.7.1.jar file - Jar n

Jar examples for n:nifi-utils

Description

This nifi-utils module should be a general purpose place to store widely and generally useful functions that any component might want to leverage. NO DEPENDENCIES should be added. This module is likely to be leveraged by every extension and should not bring along any other dependencies. The only dependency intended is the nifi-api and even this is expected to be already provided in any case where it would be used. The typical place this util would be found is within a nar and all nars already have nifi-api as a parent dependency. The nifi-api can be thought of as a NiFi Application Container level dependency.

You can download jar file nifi-utils 1.7.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

nifi-utils-1.7.1-javadoc.jar
nifi-utils-1.7.1-sources.jar
nifi-utils-1.7.1.jar
nifi-utils-1.7.1.pom



Related Tutorials