is not current version
Last Version 2.4.0

org.apache.storm:storm-client 2.0.0

The client side (including worker) of Storm implementations.

Categories

Categories

CLI User Interface ORM Data
GroupId

GroupId

org.apache.storm
ArtifactId

ArtifactId

storm-client
Version

Version

2.0.0
Type

Type

jar

Download storm-client 2.0.0


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