is not current version
Last Version 1.15.3

org.apache.nifi:nifi-processor-utils 1.10.0

This nifi-processor-utils module is designed to capture common patterns and utilities that can be leveraged by other processors 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.

GroupId

GroupId

org.apache.nifi
ArtifactId

ArtifactId

nifi-processor-utils
Version

Version

1.10.0
Type

Type

jar

Download nifi-processor-utils 1.10.0


<!-- https://jarcasting.com/artifacts/org.apache.nifi/nifi-processor-utils/ -->
<dependency>
    <groupId>org.apache.nifi</groupId>
    <artifactId>nifi-processor-utils</artifactId>
    <version>1.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-processor-utils/
implementation 'org.apache.nifi:nifi-processor-utils:1.10.0'
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-processor-utils/
implementation ("org.apache.nifi:nifi-processor-utils:1.10.0")
'org.apache.nifi:nifi-processor-utils:jar:1.10.0'
<dependency org="org.apache.nifi" name="nifi-processor-utils" rev="1.10.0">
  <artifact name="nifi-processor-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi', module='nifi-processor-utils', version='1.10.0')
)
libraryDependencies += "org.apache.nifi" % "nifi-processor-utils" % "1.10.0"
[org.apache.nifi/nifi-processor-utils "1.10.0"]