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

org.apache.nifi:nifi-record 1.2.0

This module contains the domain model for NiFi's Record abstraction, including several interfaces for interacting with Records. This module should not depend on any external libraries.

Группа

Группа

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

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

nifi-record
Версия

Версия

1.2.0
Тип

Тип

jar

Скачать nifi-record 1.2.0


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