is not current version
Last Version 1.15.1

jsoup Java HTML Parser 1.13.1

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.

License

License

Categories

Categories

jsoup Business Logic Libraries
GroupId

GroupId

org.jsoup
ArtifactId

ArtifactId

jsoup
Version

Version

1.13.1
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 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.
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 1.13.1


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

Dependencies

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
com.google.code.gson : gson jar 2.7
org.eclipse.jetty : jetty-server jar 9.4.26.v20200117
org.eclipse.jetty : jetty-servlet jar 9.4.26.v20200117

Project Modules

There are no modules declared in this project.