Download nifi-resources-1.6.0.jar file - Jar n

Jar examples for n:nifi-resources

Description

holds common resources used to build installers

You can download jar file nifi-resources 1.6.0 in this page.

License

Apache License

Build File

You can use the following script to add nifi-resources-1.6.0.jar to your project.

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

Download

Click the following link to download the jar file.

nifi-resources-1.6.0.pom



Related Tutorials