is not current version
Last Version 2.4.0

org.apache.storm:storm-hdfs 0.9.5


Categories

Categories

ORM Data
GroupId

GroupId

org.apache.storm
ArtifactId

ArtifactId

storm-hdfs
Version

Version

0.9.5
Type

Type

jar

Download storm-hdfs 0.9.5


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