is not current version
Last Version 2.4.0

org.apache.storm:apache-storm-bin 0.9.6

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

0.9.6
Type

Type

pom

Download apache-storm-bin 0.9.6


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