не последняя версия
Последняя версия 1.15.3

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

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.

Группа

Группа

org.apache.nifi
Идентификатор

Идентификатор

nifi-processor-utils
Версия

Версия

1.12.1
Тип

Тип

jar

Скачать nifi-processor-utils 1.12.1


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