An HTML parser and tag balancer. This project is forked from CyberNeko HTML Parser 1.9.22.
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.