Jar examples for n:nifi-record
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.
You can download jar file nifi-record 1.6.0 in this page.
Apache License
You can use the following script to add nifi-record-1.6.0.jar to your project.
<dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-record</artifactId> <version>1.6.0</version> </dependency>
compile group: 'org.apache.nifi', name: 'nifi-record', version: '1.6.0'
libraryDependencies += "org.apache.nifi" % "nifi-record" % "1.6.0"
<dependency org="org.apache.nifi" name="nifi-record" rev="1.6.0"/>
@Grapes(@Grab(group='org.apache.nifi', module='nifi-record', version='1.6.0'))
'org.apache.nifi:nifi-record:jar:1.6.0'
Click the following link to download the jar file.
nifi-record-1.6.0-javadoc.jar