jsoup Java HTML Parser

jsoup is a Java library for working with real-world HTML. It provides a very convenient API for fetching URLs and extracting and manipulating data, using the best of HTML5 DOM methods and CSS selectors. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do.

License

License

Categories

Categories

jsoup Business Logic Libraries
GroupId

GroupId

org.jsoup
ArtifactId

ArtifactId

jsoup
Last Version

Last Version

1.15.1
Release Date

Release Date

Type

Type

jar
Description

Description

jsoup Java HTML Parser
jsoup is a Java library for working with real-world HTML. It provides a very convenient API for fetching URLs and extracting and manipulating data, using the best of HTML5 DOM methods and CSS selectors. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do.
Project URL

Project URL

https://jsoup.org/
Project Organization

Project Organization

Jonathan Hedley
Source Code Management

Source Code Management

https://github.com/jhy/jsoup

Download jsoup

How to add to project

<!-- https://jarcasting.com/artifacts/org.jsoup/jsoup/ -->
<dependency>
    <groupId>org.jsoup</groupId>
    <artifactId>jsoup</artifactId>
    <version>1.15.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsoup/jsoup/
implementation 'org.jsoup:jsoup:1.15.1'
// https://jarcasting.com/artifacts/org.jsoup/jsoup/
implementation ("org.jsoup:jsoup:1.15.1")
'org.jsoup:jsoup:jar:1.15.1'
<dependency org="org.jsoup" name="jsoup" rev="1.15.1">
  <artifact name="jsoup" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsoup', module='jsoup', version='1.15.1')
)
libraryDependencies += "org.jsoup" % "jsoup" % "1.15.1"
[org.jsoup/jsoup "1.15.1"]

Dependencies

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.2

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2
com.google.code.gson : gson jar 2.9.0
org.eclipse.jetty : jetty-server jar 9.4.46.v20220331
org.eclipse.jetty : jetty-servlet jar 9.4.44.v20210927

Project Modules

There are no modules declared in this project.

Versions

Version
1.15.1
1.14.3
1.14.2
1.14.1
1.13.1
1.12.2
1.12.1
1.11.3
1.11.2
1.11.1
1.10.3
1.10.2
1.10.1
1.9.2
1.9.1
1.8.3
1.8.2
1.8.1
1.7.3
1.7.2
1.7.1
1.6.3
1.6.2
1.6.1
1.6.0
1.5.2
1.5.1
1.4.1
1.3.3
1.3.2
1.3.1
1.2.3
1.2.2
1.2.1
1.1.1
0.3.1
0.2.2
0.2.1b