| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииORM Данные StormCrawler Прикладные библиотеки Web Crawling |
| Группа | Группаcom.digitalpebble.stormcrawler |
| Идентификатор | Идентификаторstorm-crawler-archetype |
| Последняя версия | Последняя версия2.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеstorm-crawler-archetype
A collection of resources for building low-latency, scalable web crawlers on Apache Storm.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| storm-crawler-archetype-2.4.pom | |
| storm-crawler-archetype-2.4.jar | 11 KB |
| storm-crawler-archetype-2.4-tests.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.digitalpebble.stormcrawler/storm-crawler-archetype/ -->
<dependency>
<groupId>com.digitalpebble.stormcrawler</groupId>
<artifactId>storm-crawler-archetype</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.digitalpebble.stormcrawler/storm-crawler-archetype/
implementation 'com.digitalpebble.stormcrawler:storm-crawler-archetype:2.4'
// https://jarcasting.com/artifacts/com.digitalpebble.stormcrawler/storm-crawler-archetype/
implementation ("com.digitalpebble.stormcrawler:storm-crawler-archetype:2.4")
'com.digitalpebble.stormcrawler:storm-crawler-archetype:jar:2.4'
<dependency org="com.digitalpebble.stormcrawler" name="storm-crawler-archetype" rev="2.4">
<artifact name="storm-crawler-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.digitalpebble.stormcrawler', module='storm-crawler-archetype', version='2.4')
)
libraryDependencies += "com.digitalpebble.stormcrawler" % "storm-crawler-archetype" % "2.4"
[com.digitalpebble.stormcrawler/storm-crawler-archetype "2.4"]