Skip to content

codelibs/nekohtml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.