jsoup-xpath

Convert JSoup node to XPath. Search in org.jsoup.nodes.Document by a XPath.

License

License

MIT
Categories

Categories

H2 Data Databases jsoup Business Logic Libraries
GroupId

GroupId

io.github.ngoanh2n
ArtifactId

ArtifactId

jsoup-xpath
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

jsoup-xpath
Convert JSoup node to XPath. Search in org.jsoup.nodes.Document by a XPath.
Project URL

Project URL

https://github.com/ngoanh2n/jsoup-xpath
Source Code Management

Source Code Management

http://github.com/ngoanh2n/jsoup-xpath/tree/master

Download jsoup-xpath

How to add to project

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

Dependencies

runtime (2)

Group / Artifact Type Version
org.jsoup : jsoup jar 1.13.1
com.google.guava : guava jar 30.1-jre

test (3)

Group / Artifact Type Version
io.github.ngoanh2n : commons jar 1.0.2
org.junit.jupiter : junit-jupiter-api jar 5.7.0
org.junit.jupiter : junit-jupiter-engine jar 5.7.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0