| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.ow2.weblab.components |
| Идентификатор | Идентификаторfolder-crawler |
| Последняя версия | Последняя версия1.8.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеfolder-crawler
Use this component crawl a folder. This is a basic component, no thread, no complex timings, no data comparison. A real crawler could use multiple instances of this component.
|
| Имя Файла | Размер |
|---|---|
| folder-crawler-1.8.3.pom | |
| folder-crawler-1.8.3.jar | 9 KB |
| folder-crawler-1.8.3-sources.jar | 6 KB |
| folder-crawler-1.8.3-javadoc.jar | 35 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ow2.weblab.components/folder-crawler/ -->
<dependency>
<groupId>org.ow2.weblab.components</groupId>
<artifactId>folder-crawler</artifactId>
<version>1.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.components/folder-crawler/
implementation 'org.ow2.weblab.components:folder-crawler:1.8.3'
// https://jarcasting.com/artifacts/org.ow2.weblab.components/folder-crawler/
implementation ("org.ow2.weblab.components:folder-crawler:1.8.3")
'org.ow2.weblab.components:folder-crawler:jar:1.8.3'
<dependency org="org.ow2.weblab.components" name="folder-crawler" rev="1.8.3">
<artifact name="folder-crawler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.components', module='folder-crawler', version='1.8.3')
)
libraryDependencies += "org.ow2.weblab.components" % "folder-crawler" % "1.8.3"
[org.ow2.weblab.components/folder-crawler "1.8.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.ow2.weblab.components : content-manager | jar | 1.8.3 |
| org.ow2.weblab.core : model | jar | 1.2.2 |
| org.ow2.weblab.core : extended | jar | 1.2.2 |
| org.ow2.weblab.core : annotator | jar | 1.2.4 |
| commons-logging : commons-logging | jar | 1.1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |