| Лицензия |
Лицензия |
|---|---|
| Категории |
Категорииwebmagic Прикладные библиотеки Web Crawling |
| Группа | Группаcom.github.ancienter |
| Идентификатор | Идентификаторwebmagic-extension |
| Последняя версия | Последняя версияv2020.6.17 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеA crawler framework. It covers the whole lifecycle of crawler: downloading, url management, content
extraction and persistent. It can simply the development of a specific crawler.
|
| Имя Файла | Размер |
|---|---|
| webmagic-extension-v2020.6.17.pom | |
| webmagic-extension-v2020.6.17.jar | 97 KB |
| webmagic-extension-v2020.6.17-sources.jar | 52 KB |
| webmagic-extension-v2020.6.17-javadoc.jar | 409 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.ancienter/webmagic-extension/ -->
<dependency>
<groupId>com.github.ancienter</groupId>
<artifactId>webmagic-extension</artifactId>
<version>v2020.6.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ancienter/webmagic-extension/
implementation 'com.github.ancienter:webmagic-extension:v2020.6.17'
// https://jarcasting.com/artifacts/com.github.ancienter/webmagic-extension/
implementation ("com.github.ancienter:webmagic-extension:v2020.6.17")
'com.github.ancienter:webmagic-extension:jar:v2020.6.17'
<dependency org="com.github.ancienter" name="webmagic-extension" rev="v2020.6.17">
<artifact name="webmagic-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ancienter', module='webmagic-extension', version='v2020.6.17')
)
libraryDependencies += "com.github.ancienter" % "webmagic-extension" % "v2020.6.17"
[com.github.ancienter/webmagic-extension "v2020.6.17"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| redis.clients : jedis | jar | 2.9.3 |
| com.google.guava : guava Необязательный | jar | 29.0-jre |
| com.github.ancienter : webmagic-core | jar | v2020.6.17 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13 |