Registry / utility / jsoup
library1.22.2javamavenunverified

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>
INSTALL
IMPORT
SIG · JSOUP
J
jsoup
utilityjavav1.22.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Jsoup
org.jsoup.Jsoup

Fetches a webpage and prints its title.

import org.jsoup.Jsoup; import org.jsoup.nodes.Document; public class Example { public static void main(String[] args) throws Exception { Document doc = Jsoup.connect("http://example.com").get(); System.out.println(doc.title()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.22.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
jsoup — mvn dependency:get jsoup · libregistry