n

nifi-service-utils

This nifi-service-utils module is designed to capture common patterns and utilities that can be leveraged by other services 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.
Files download
File Operation
nifi-service-utils-2.0.0-M3.jar download
nifi-service-utils-2.0.0-M3.pom download
nifi-service-utils-2.0.0-M3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.nifi</groupId>
  <artifactId>nifi-service-utils</artifactId>
  <version>2.0.0-M3</version>
</dependency>
Gradle Groovy
implementation 'org.apache.nifi:nifi-service-utils:2.0.0-M3'
Gradle Kotlin
implementation("org.apache.nifi:nifi-service-utils:2.0.0-M3")
Scala SBT
libraryDependencies += "org.apache.nifi" % "nifi-service-utils" % "2.0.0-M3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.nifi', module='nifi-service-utils', version='2.0.0-M3')
)
Apache Ivy
<dependency org="org.apache.nifi" name="nifi-service-utils" rev="2.0.0-M3" />
Leiningen
[org.apache.nifi/nifi-service-utils "2.0.0-M3"]
Apache Buildr
'org.apache.nifi:nifi-service-utils:jar:2.0.0-M3'