| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcn.spark2fire |
| Идентификатор | Идентификаторjscrapy-extension |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Тип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.
|
| Имя Файла | Размер |
|---|---|
| jscrapy-extension-0.0.1.pom | |
| jscrapy-extension-0.0.1.jar | 98 KB |
| jscrapy-extension-0.0.1-sources.jar | 51 KB |
| jscrapy-extension-0.0.1-javadoc.jar | 502 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.spark2fire/jscrapy-extension/ -->
<dependency>
<groupId>cn.spark2fire</groupId>
<artifactId>jscrapy-extension</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.spark2fire/jscrapy-extension/
implementation 'cn.spark2fire:jscrapy-extension:0.0.1'
// https://jarcasting.com/artifacts/cn.spark2fire/jscrapy-extension/
implementation ("cn.spark2fire:jscrapy-extension:0.0.1")
'cn.spark2fire:jscrapy-extension:jar:0.0.1'
<dependency org="cn.spark2fire" name="jscrapy-extension" rev="0.0.1">
<artifact name="jscrapy-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.spark2fire', module='jscrapy-extension', version='0.0.1')
)
libraryDependencies += "cn.spark2fire" % "jscrapy-extension" % "0.0.1"
[cn.spark2fire/jscrapy-extension "0.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| redis.clients : jedis | jar | 3.4.1 |
| com.google.guava : guava Необязательный | jar | 30.1-jre |
| cn.spark2fire : jscrapy-core | jar | 0.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |