Please refer to http://jstorm.io for all documents
Getting help
Google Groups: jstorm-user
QQ群:228374502
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииORM Данные |
| Группа | Группаcom.alibaba.jstorm |
| Идентификатор | Идентификаторjstorm-all |
| Последняя версия | Последняя версия2.2.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеjstorm-all
Distributed and fault-tolerant realtime computation
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jstorm-all-2.2.1.pom | 13 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.alibaba.jstorm/jstorm-all/ -->
<dependency>
<groupId>com.alibaba.jstorm</groupId>
<artifactId>jstorm-all</artifactId>
<version>2.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.jstorm/jstorm-all/
implementation 'com.alibaba.jstorm:jstorm-all:2.2.1'
// https://jarcasting.com/artifacts/com.alibaba.jstorm/jstorm-all/
implementation ("com.alibaba.jstorm:jstorm-all:2.2.1")
'com.alibaba.jstorm:jstorm-all:pom:2.2.1'
<dependency org="com.alibaba.jstorm" name="jstorm-all" rev="2.2.1">
<artifact name="jstorm-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.jstorm', module='jstorm-all', version='2.2.1')
)
libraryDependencies += "com.alibaba.jstorm" % "jstorm-all" % "2.2.1"
[com.alibaba.jstorm/jstorm-all "2.2.1"]
Please refer to http://jstorm.io for all documents
Google Groups: jstorm-user
QQ群:228374502