не последняя версия
Последняя версия 2.4.0

org.apache.storm:storm-client 2.1.1

The client side (including worker) of Storm implementations.

Категории

Категории

CLI Взаимодействие с пользователем ORM Данные
Группа

Группа

org.apache.storm
Идентификатор

Идентификатор

storm-client
Версия

Версия

2.1.1
Тип

Тип

jar

Скачать storm-client 2.1.1


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