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