Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.apache.nifi |
ArtifactId | ArtifactIdnifi-storm-spout |
Version | Version1.0.0-BETA |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.nifi/nifi-storm-spout/ -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-storm-spout</artifactId>
<version>1.0.0-BETA</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-storm-spout/
implementation 'org.apache.nifi:nifi-storm-spout:1.0.0-BETA'
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-storm-spout/
implementation ("org.apache.nifi:nifi-storm-spout:1.0.0-BETA")
'org.apache.nifi:nifi-storm-spout:jar:1.0.0-BETA'
<dependency org="org.apache.nifi" name="nifi-storm-spout" rev="1.0.0-BETA">
<artifact name="nifi-storm-spout" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi', module='nifi-storm-spout', version='1.0.0-BETA')
)
libraryDependencies += "org.apache.nifi" % "nifi-storm-spout" % "1.0.0-BETA"
[org.apache.nifi/nifi-storm-spout "1.0.0-BETA"]