is not current version
Last Version 2.4.0

org.apache.storm:apache-storm-bin 0.10.0-beta1

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.10.0-beta1
Type

Type

pom

Download apache-storm-bin 0.10.0-beta1


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