https://github.com/codelibs/nekohtml
HTML parser and tag balancer.
https://github.com/codelibs/nekohtml
Last synced: 2 months ago
JSON representation
HTML parser and tag balancer.
- Host: GitHub
- URL: https://github.com/codelibs/nekohtml
- Owner: codelibs
- License: apache-2.0
- Created: 2019-07-13T05:03:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-13T08:44:08.000Z (3 months ago)
- Last Synced: 2025-04-13T09:39:17.704Z (3 months ago)
- Language: Java
- Homepage:
- Size: 10.2 MB
- Stars: 14
- Watchers: 9
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
NekoHTML
[](https://github.com/codelibs/nekohtml/actions/workflows/maven.yml)
========An HTML parser and tag balancer.
This project is forked from [CyberNeko HTML Parser 1.9.22](http://nekohtml.sourceforge.net/).## Version
[Versions in Maven Repository](https://repo1.maven.org/maven2/org/codelibs/nekohtml/)
## Using Maven
Put the following block into pom.xml if using Maven:
org.codelibs
nekohtml
2.1.2
2.1.x supports Java 11 or the above.
xercesImpl 2.12.0-sp1 is for Java 11.
2.0.x supports Java 8.