is not current version
Last Version 2.4.0

org.apache.storm:apache-storm-bin 1.0.2

Storm binary distribution

Categories

Categories

Apache Storm Application Layer Libs Distributed Applications ORM Data
GroupId

GroupId

org.apache.storm
ArtifactId

ArtifactId

apache-storm-bin
Version

Version

1.0.2
Type

Type

pom

Download apache-storm-bin 1.0.2


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