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