License |
License |
---|---|
Categories |
CategoriesH2 Data Databases jsoup Business Logic Libraries |
GroupId | GroupIdio.github.ngoanh2n |
ArtifactId | ArtifactIdjsoup-xpath |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjsoup-xpath
Convert JSoup node to XPath. Search in org.jsoup.nodes.Document by a XPath.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsoup-xpath-1.0.2.pom | |
jsoup-xpath-1.0.2.jar | 12 KB |
jsoup-xpath-1.0.2-tests.jar | 4 KB |
jsoup-xpath-1.0.2-sources.jar | 5 KB |
jsoup-xpath-1.0.2-javadoc.jar | 29 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.jsoup : jsoup | jar | 1.13.1 |
com.google.guava : guava | jar | 30.1-jre |
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 |