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

Jar examples for n:nifi-security-utils

Description

This nifi-security-utils module is meant to hold the majority of utilities that one could need to enable secure transport or interact with encryption. Care should be taken to keep the number of dependencies to a minimum given the utility nature of this library.

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials