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