JAR

jsoup Java HTML Parser

Downloads

Jar342.43 KB
Pom7.12 KB

[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

URL https://jsoup.org/
Organisation Jonathan Hedley
License The MIT License
Issue Tracker GitHub

SCM

Connection scm:git:https://github.com/jhy/jsoup.git
Viewer https://github.com/jhy/jsoup