is not current version
Last Version 1.14.3

Pulsar Jsoup 1.8.3

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

ai.platon.pulsar
ArtifactId

ArtifactId

pulsar-jsoup
Version

Version

1.8.3
Type

Type

jar
Description

Description

Pulsar Jsoup
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

Download pulsar-jsoup 1.8.3


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

Dependencies

compile (9)

Group / Artifact Type Version
org.apache.commons : commons-collections4 jar 4.4
org.apache.commons : commons-lang3 jar 3.12.0
org.apache.commons : commons-math3 jar 3.3
commons-codec : commons-codec jar 1.15
com.google.guava : guava jar 30.1-jre
org.jetbrains.kotlin : kotlin-stdlib jar 1.5.32
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.32
org.jetbrains.kotlin : kotlin-reflect jar 1.5.32
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.4.3

provided (1)

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

test (5)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar
com.google.code.gson : gson jar 2.8.6
org.eclipse.jetty : jetty-server jar 9.4.19.v20190610
org.eclipse.jetty : jetty-servlet jar 9.4.19.v20190610
org.jetbrains.kotlin : kotlin-test-junit jar 1.5.32

Project Modules

There are no modules declared in this project.