Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 503 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 503 Bytes

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