Skip to content

borsch/base-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base-crawler

About

This library can be used to parse html page into java object using xml-based rules

Installation

<!-- https://mvnr/epository.com/artifact/com.github.borsch/base-crawler -->
<dependency>
    <groupId>com.github.borsch</groupId>
    <artifactId>base-crawler</artifactId>
    <version>2.0.0</version>
</dependency>

Example

Example with description can be found here and complete project can be found here