is not current version
Last Version 2.4.0

org.apache.storm:apache-storm-source 1.2.4

Storm source distribution

Categories

Categories

Apache Storm Application Layer Libs Distributed Applications ORM Data
GroupId

GroupId

org.apache.storm
ArtifactId

ArtifactId

apache-storm-source
Version

Version

1.2.4
Type

Type

pom

Download apache-storm-source 1.2.4


<!-- https://jarcasting.com/artifacts/org.apache.storm/apache-storm-source/ -->
<dependency>
    <groupId>org.apache.storm</groupId>
    <artifactId>apache-storm-source</artifactId>
    <version>1.2.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.storm/apache-storm-source/
implementation 'org.apache.storm:apache-storm-source:1.2.4'
// https://jarcasting.com/artifacts/org.apache.storm/apache-storm-source/
implementation ("org.apache.storm:apache-storm-source:1.2.4")
'org.apache.storm:apache-storm-source:pom:1.2.4'
<dependency org="org.apache.storm" name="apache-storm-source" rev="1.2.4">
  <artifact name="apache-storm-source" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.storm', module='apache-storm-source', version='1.2.4')
)
libraryDependencies += "org.apache.storm" % "apache-storm-source" % "1.2.4"
[org.apache.storm/apache-storm-source "1.2.4"]