[top] / org / jsoup /
jsoup /
1.10.2
jsoup is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do.
Repository |
external |
Group ID |
org.jsoup |
Artifact ID |
jsoup |
Version |
1.10.2 |
Packaging |
jar |
POM Snippet
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.10.2</version>
</dependency>
Other Details
SCM