jsoup is a Java library that simplifies working with real-world HTML and XML, offering an easy-to-use API for URL fetching, data parsing, extraction, and manipulation using DOM API methods, CSS, and xpath selectors.
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.22.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Fetches a webpage and prints its title.
No known issues recorded.
No dependency data recorded yet.