| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.crawler-commons |
| Идентификатор | Идентификаторcrawler-commons |
| Последняя версия | Последняя версия1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCrawler-commons
crawler-commons is a set of reusable Java components that implement
functionality common to any web crawler.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| crawler-commons-1.2.pom | |
| crawler-commons-1.2.jar | 181 KB |
| crawler-commons-1.2-tests.jar | 82 KB |
| crawler-commons-1.2-sources.jar | 152 KB |
| crawler-commons-1.2-javadoc.jar | 343 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.crawler-commons/crawler-commons/ -->
<dependency>
<groupId>com.github.crawler-commons</groupId>
<artifactId>crawler-commons</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crawler-commons/crawler-commons/
implementation 'com.github.crawler-commons:crawler-commons:1.2'
// https://jarcasting.com/artifacts/com.github.crawler-commons/crawler-commons/
implementation ("com.github.crawler-commons:crawler-commons:1.2")
'com.github.crawler-commons:crawler-commons:jar:1.2'
<dependency org="com.github.crawler-commons" name="crawler-commons" rev="1.2">
<artifact name="crawler-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crawler-commons', module='crawler-commons', version='1.2')
)
libraryDependencies += "com.github.crawler-commons" % "crawler-commons" % "1.2"
[com.github.crawler-commons/crawler-commons "1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-io : commons-io | jar | 2.4 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.5.0 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.5.0 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.7 |
| org.mockito : mockito-core | jar | 1.8.0 |
| jetty : jetty | jar | 5.1.10 |