| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.soulgalore |
| Идентификатор | Идентификаторcrawler |
| Последняя версия | Последняя версия1.5.11 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCrawler
Simple java (1.6) crawler to crawl web pages on one and same domain.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| crawler-1.5.11.pom | |
| crawler-1.5.11.jar | 48 KB |
| crawler-1.5.11-sources.jar | 37 KB |
| crawler-1.5.11-javadoc.jar | 188 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.soulgalore/crawler/ -->
<dependency>
<groupId>com.soulgalore</groupId>
<artifactId>crawler</artifactId>
<version>1.5.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.soulgalore/crawler/
implementation 'com.soulgalore:crawler:1.5.11'
// https://jarcasting.com/artifacts/com.soulgalore/crawler/
implementation ("com.soulgalore:crawler:1.5.11")
'com.soulgalore:crawler:jar:1.5.11'
<dependency org="com.soulgalore" name="crawler" rev="1.5.11">
<artifact name="crawler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soulgalore', module='crawler', version='1.5.11')
)
libraryDependencies += "com.soulgalore" % "crawler" % "1.5.11"
[com.soulgalore/crawler "1.5.11"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.inject : guice | jar | 3.0 |
| org.jsoup : jsoup | jar | 1.7.2 |
| org.apache.httpcomponents : httpclient | jar | 4.2.2 |
| commons-cli : commons-cli | jar | 1.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.mockito : mockito-all | jar | 1.9.5 |