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