Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.apache.nifi |
ArtifactId | ArtifactIdnifi-storm-spout |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
nifi-storm-spout-0.4.0.pom | |
nifi-storm-spout-0.4.0.jar | 12 KB |
nifi-storm-spout-0.4.0-sources.jar | 9 KB |
nifi-storm-spout-0.4.0-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.nifi/nifi-storm-spout/ -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-storm-spout</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-storm-spout/
implementation 'org.apache.nifi:nifi-storm-spout:0.4.0'
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-storm-spout/
implementation ("org.apache.nifi:nifi-storm-spout:0.4.0")
'org.apache.nifi:nifi-storm-spout:jar:0.4.0'
<dependency org="org.apache.nifi" name="nifi-storm-spout" rev="0.4.0">
<artifact name="nifi-storm-spout" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi', module='nifi-storm-spout', version='0.4.0')
)
libraryDependencies += "org.apache.nifi" % "nifi-storm-spout" % "0.4.0"
[org.apache.nifi/nifi-storm-spout "0.4.0"]