jsoup is a Java library that simplifies working with real-world HTML and XML. It offers an easy-to-use API for URL fetching, data parsing, extraction, and manipulation using DOM API methods, CSS, and xpath selectors. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers.
License | MIT |
---|---|
Categories | HTML Parsers |
Tags | jsouphtmlparserdom |
Organization | Jonathan Hedley |
HomePage | https://jsoup.org/ |
Date | Aug 24, 2022 |
Files | pom (12 KB) jar (427 KB) View All |
Repositories | CentralFit2CloudHortonworksVerveTerrestrisXceptance |
Ranking | #133 in MvnRepository (See Top Artifacts) #1 in HTML Parsers |
Used By | 4,264 artifacts |
Vulnerabilities | Vulnerabilities from dependencies: CVE-2024-8184 CVE-2024-13009 CVE-2023-26049 View 1 more ... |
Compile Dependencies (0)
Category/License | Group / Artifact | Version | Updates |
---|
Provided Dependencies (1)
Category/License | Group / Artifact | Version | Updates | |
---|---|---|---|---|
Defect Detection LGPL 2.1 | com.google.code.findbugs » jsr305 | 3.0.2 | 4.9.3 |
Test Dependencies (4)
Category/License | Group / Artifact | Version | Updates | |
---|---|---|---|---|
JSON Lib Apache 2.0 | com.google.code.gson » gson | 2.9.1 | 2.13.1 | |
Web Server Apache 2.0EPL 2.0 | org.eclipse.jetty » jetty-server4 vulnerabilities | 9.4.48.v20220622 | 12.0.22 | |
Apache 2.0EPL 2.0 | org.eclipse.jetty » jetty-servlet | 9.4.48.v20220622 | 12.0.22 | |
Testing EPL 2.0 | org.junit.jupiter » junit-jupiter | 5.9.0 | 5.13.1 |
Licenses
License | URL |
---|---|
The MIT License | https://jsoup.org/license |
Developers
Name | Dev Id | Roles | Organization | |
---|---|---|---|---|
Jonathan Hedley | jonathan<at>hedley.net | jhy | Lead Developer |
Related Books
Jsoup: Questions and Answers (2015) by George Duckett | |
Instant jsoup How-to (2013) by Pete Houston |