n

nifi-security-utils

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.
Files download
File Operation
nifi-security-utils-1.10.0.jar download
nifi-security-utils-1.10.0.pom download
nifi-security-utils-1.10.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.nifi</groupId>
  <artifactId>nifi-security-utils</artifactId>
  <version>1.10.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.nifi:nifi-security-utils:1.10.0'
Gradle Kotlin
implementation("org.apache.nifi:nifi-security-utils:1.10.0")
Scala SBT
libraryDependencies += "org.apache.nifi" % "nifi-security-utils" % "1.10.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.nifi', module='nifi-security-utils', version='1.10.0')
)
Apache Ivy
<dependency org="org.apache.nifi" name="nifi-security-utils" rev="1.10.0" />
Leiningen
[org.apache.nifi/nifi-security-utils "1.10.0"]
Apache Buildr
'org.apache.nifi:nifi-security-utils:jar:1.10.0'