Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 732 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 732 Bytes

NekoHTML Java CI with Maven

An HTML parser and tag balancer. This project is forked from CyberNeko HTML Parser 1.9.22.

Version

Versions in Maven Repository

Using Maven

Put the following block into pom.xml if using Maven:

<dependency>
    <groupId>org.codelibs</groupId>
    <artifactId>nekohtml</artifactId>
    <version>2.1.2</version>
</dependency>

2.1.x supports Java 11 or the above. xercesImpl 2.12.0-sp1 is for Java 11. 2.0.x supports Java 8.