GroupId | GroupIdorg.apache.nifi |
---|---|
ArtifactId | ArtifactIdnifi-record-path |
Version | Version1.11.3 |
Type | Typejar |
Filename | Size |
---|---|
nifi-record-path-1.11.3.pom | |
nifi-record-path-1.11.3.jar | 170 KB |
nifi-record-path-1.11.3-sources.jar | 110 KB |
nifi-record-path-1.11.3-javadoc.jar | 687 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.nifi/nifi-record-path/ -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-path</artifactId>
<version>1.11.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-record-path/
implementation 'org.apache.nifi:nifi-record-path:1.11.3'
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-record-path/
implementation ("org.apache.nifi:nifi-record-path:1.11.3")
'org.apache.nifi:nifi-record-path:jar:1.11.3'
<dependency org="org.apache.nifi" name="nifi-record-path" rev="1.11.3">
<artifact name="nifi-record-path" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi', module='nifi-record-path', version='1.11.3')
)
libraryDependencies += "org.apache.nifi" % "nifi-record-path" % "1.11.3"
[org.apache.nifi/nifi-record-path "1.11.3"]