| GroupId | GroupIdorg.apache.nifi |
|---|---|
| ArtifactId | ArtifactIdnifi-record-path |
| Version | Version1.8.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| nifi-record-path-1.8.0.pom | |
| nifi-record-path-1.8.0.jar | 164 KB |
| nifi-record-path-1.8.0-sources.jar | 104 KB |
| nifi-record-path-1.8.0-javadoc.jar | 653 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.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-record-path/
implementation 'org.apache.nifi:nifi-record-path:1.8.0'
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-record-path/
implementation ("org.apache.nifi:nifi-record-path:1.8.0")
'org.apache.nifi:nifi-record-path:jar:1.8.0'
<dependency org="org.apache.nifi" name="nifi-record-path" rev="1.8.0">
<artifact name="nifi-record-path" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi', module='nifi-record-path', version='1.8.0')
)
libraryDependencies += "org.apache.nifi" % "nifi-record-path" % "1.8.0"
[org.apache.nifi/nifi-record-path "1.8.0"]